We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba91a3 commit 0f8ff50Copy full SHA for 0f8ff50
.github/workflows/test.yaml
@@ -15,11 +15,12 @@ jobs:
15
python-version:
16
# - "3.7"
17
# - "3.8"
18
- # - "3.9"
19
- # - "3.10"
20
- # - "3.11"
+ - "3.9"
+ - "3.10"
+ - "3.11"
21
- "3.12"
22
# - "3.13"
23
+ # - "3.14"
24
exclude:
25
- os: macos-latest
26
python-version: "3.7"
setup.py
@@ -33,8 +33,6 @@
33
'Operating System :: Microsoft :: Windows',
34
'Operating System :: MacOS',
35
'Operating System :: POSIX :: Linux',
36
- 'Programming Language :: Python :: 3.7',
37
- 'Programming Language :: Python :: 3.8',
38
'Programming Language :: Python :: 3.9',
39
'Programming Language :: Python :: 3.10',
40
'Programming Language :: Python :: 3.11',
0 commit comments