Skip to content

Commit e63ed0f

Browse files
authored
Remove Python 3.7 support (#489)
1 parent 8560593 commit e63ed0f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
1212
os: [ubuntu-20.04, windows-latest]
1313
exclude:
14-
- os: windows-latest
15-
python-version: "3.7"
1614
- os: windows-latest
1715
python-version: "3.9"
1816
- os: windows-latest

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"Topic :: Software Development :: Libraries",
8787
"Programming Language :: Python :: 3",
8888
"Programming Language :: Python :: 3 :: Only",
89-
"Programming Language :: Python :: 3.7",
9089
"Programming Language :: Python :: 3.8",
9190
"Programming Language :: Python :: 3.9",
9291
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)