Skip to content

Commit

Permalink
remove python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Aug 28, 2024
1 parent c7af3e8 commit 6b498a8
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1,233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
# If this key gets renamed, noxfile.py needs to be updated accordingly
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
name: test-untested-versions
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 6b498a8

Please sign in to comment.