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 0332d4a commit 69363a3Copy full SHA for 69363a3
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
- 3.9
21
- "3.10"
22
- "3.11"
23
+ - "3.12"
24
25
steps:
26
- uses: actions/checkout@v4
pyproject.toml
@@ -17,6 +17,7 @@ classifiers = [
17
"Programming Language :: Python :: 3.9",
18
"Programming Language :: Python :: 3.10",
19
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Environment :: Console",
]
0 commit comments