Skip to content

Commit b9ddf08

Browse files
ghisvailtclose
authored andcommitted
CI: Drop testing on Python 3.7 (#61)
Python 3.7 is reaching its end-of-life status.
1 parent 8af8e47 commit b9ddf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest]
35-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
35+
python-version: ['3.8', '3.9', '3.10', '3.11']
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)