Skip to content

Commit d8f51e9

Browse files
committed
Drop CI for EOLd Python 3.7
1 parent 7dd9b46 commit d8f51e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macos-latest]
36-
python: ['3.11', '3.10', '3.9', '3.8', '3.7'] # pypy3
36+
python: ['3.11', '3.10', '3.9', '3.8'] # pypy3
3737

3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)