We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab49e0c commit 98ff815Copy full SHA for 98ff815
.github/workflows/run_tests.yml
@@ -14,6 +14,7 @@ jobs:
14
- "3.10"
15
- "3.11"
16
- "3.12"
17
+ - "3.13"
18
container:
19
image: "python:${{ matrix.python-version }}"
20
steps:
setup.py
@@ -41,9 +41,11 @@
41
'Topic :: Software Development :: Libraries :: Application Frameworks',
42
'Programming Language :: Python :: 2.7',
43
'Programming Language :: Python :: 3',
44
- 'Programming Language :: Python :: 3.6',
45
- 'Programming Language :: Python :: 3.7',
46
'Programming Language :: Python :: 3.8',
47
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
48
+ 'Programming Language :: Python :: 3.12',
49
+ 'Programming Language :: Python :: 3.13',
50
],
51
)
0 commit comments