Skip to content

Commit 8411db4

Browse files
committed
Minimum Python version 3.9
Signed-off-by: legobt <[email protected]>
1 parent fc90f60 commit 8411db4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
12+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1313

1414
runs-on: ubuntu-latest
1515
container:

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
classifiers=[
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.7",
21-
"Programming Language :: Python :: 3.8",
2220
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2524
"Intended Audience :: Developers",
2625
"Operating System :: OS Independent",
2726
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)