Skip to content

Commit a97515b

Browse files
Drop Python 3.7 (#672)
1 parent 1ec74ea commit a97515b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
pyver: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
52+
pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11']
5353
timeout-minutes: 15
5454
steps:
5555
- name: Checkout

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def read(f):
3131
'Intended Audience :: Developers',
3232
'Programming Language :: Python',
3333
'Programming Language :: Python :: 3',
34-
'Programming Language :: Python :: 3.7',
3534
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)