summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMicah Jerome Ellison <micah.jerome.ellison@gmail.com>2022-02-12 14:07:56 -0800
committerGitHub <noreply@github.com>2022-02-12 14:07:56 -0800
commit117e0de5bc267d92dee8abb06d5c648abb51fe76 (patch)
treed596612ea50e2a0ae722cf4e6f164c8e859ea936 /.github
parentf9a069586529f0942543f3970ae99a4b5d0d87eb (diff)
Drop support for Python 3.7 and 3.8 (#1412)
* Remove Python 3.7 and 3.8 from github actions workflows * Update lockfile after running poetry update a couple times * Update poetry lock * Remove Python 3.7 and 3.8 from pyproject.toml and run poetry lock
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testing_prs.yaml2
-rw-r--r--.github/workflows/testing_schedule.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml
index aabe14b3..15015935 100644
--- a/.github/workflows/testing_prs.yaml
+++ b/.github/workflows/testing_prs.yaml
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.7, 3.8, 3.9, '3.10' ]
+ python-version: [ 3.9, '3.10' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false
diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml
index 72e47de4..44dd0b69 100644
--- a/.github/workflows/testing_schedule.yaml
+++ b/.github/workflows/testing_schedule.yaml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
+ python-version: [ 3.9, '3.10', 3.11-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false