We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a3f4 commit 6b47ee9Copy full SHA for 6b47ee9
2 files changed
.github/workflows/tests.yaml
@@ -18,6 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
python:
21
+ - '3.13'
22
- '3.12'
23
- '3.11'
24
steps:
pyproject.toml
@@ -15,6 +15,7 @@ classifiers = [
15
"Development Status :: 4 - Beta",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: MIT License",
"Environment :: Web Environment",
@@ -91,6 +92,7 @@ envlist =
91
92
style
93
py311
94
py312
95
+ py313
96
coverage
97
98
[testenv]
0 commit comments