Skip to content

Commit b543c03

Browse files
Remove support for Python 3.7, 3.8
1 parent 7915af4 commit b543c03

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12']
1313
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
1414

1515
steps:

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12']
1313
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
1414

1515
steps:

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def read(fname):
3939
"Intended Audience :: Developers",
4040
"Intended Audience :: Science/Research",
4141
"License :: OSI Approved :: MIT License",
42-
"Programming Language :: Python :: 3.7",
43-
"Programming Language :: Python :: 3.8",
4442
"Programming Language :: Python :: 3.9",
4543
"Programming Language :: Python :: 3.10",
4644
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)