Skip to content

Commit

Permalink
Drop Python 3.7 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 18, 2023
1 parent 1ec74ea commit a97515b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11']
timeout-minutes: 15
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def read(f):
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit a97515b

Please sign in to comment.