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 5f1c4c2 commit 21f10d6Copy full SHA for 21f10d6
.github/workflows/test.yaml
@@ -13,12 +13,12 @@ jobs:
13
- windows-latest
14
# - macos-latest
15
python-version:
16
- # - "3.7"
17
- # - "3.8"
18
- # - "3.9"
19
- - "3.10"
20
- - "3.11"
21
- - "3.12"
+ - "3.7"
+ - "3.8"
+ - "3.9"
+ # - "3.10"
+ # - "3.11"
+ # - "3.12"
22
# - "3.13"
23
# exclude:
24
# - os: macos-latest
setup.py
@@ -37,6 +37,7 @@
37
'Programming Language :: Python :: 3.10',
38
'Programming Language :: Python :: 3.11',
39
'Programming Language :: Python :: 3.12',
40
+ 'Programming Language :: Python :: 3.13',
41
'License :: OSI Approved :: MIT License',
42
]
43
)
0 commit comments