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 67a4725 commit b5dca2eCopy full SHA for b5dca2e
.circleci/config.yml
@@ -22,6 +22,9 @@ workflows:
22
- test-linux:
23
name: Python 3.11
24
docker-image: python:3.11-slim
25
+ - test-linux:
26
+ name: Python 3.12
27
+ docker-image: python:3.12-slim
28
- test-windows:
29
name: Windows Python 3
30
setup.py
@@ -57,6 +57,8 @@ def run(self):
57
'Programming Language :: Python :: 3.8',
58
'Programming Language :: Python :: 3.9',
59
'Programming Language :: Python :: 3.10',
60
+ 'Programming Language :: Python :: 3.11',
61
+ 'Programming Language :: Python :: 3.12',
62
'Topic :: Software Development',
63
'Topic :: Software Development :: Libraries',
64
],
0 commit comments