We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee684a5 commit 2eae377Copy full SHA for 2eae377
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
16
17
steps:
18
- uses: actions/checkout@v4
setup.py
@@ -34,8 +34,6 @@ def get_version(rel_path: str) -> str:
34
"Development Status :: 5 - Production/Stable",
35
"Programming Language :: Python :: 3",
36
"Programming Language :: Python :: 3 :: Only",
37
- "Programming Language :: Python :: 3.7",
38
- "Programming Language :: Python :: 3.8",
39
"Programming Language :: Python :: 3.9",
40
"Programming Language :: Python :: 3.10",
41
"Programming Language :: Python :: 3.11",
0 commit comments