We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f86366 commit 603c5d1Copy full SHA for 603c5d1
2 files changed
.github/workflows/test.yml
@@ -17,6 +17,10 @@ jobs:
17
deps: [newest-deps]
18
experimental: [false]
19
include:
20
+ - os: ubuntu-latest
21
+ python-version: '3.13-dev'
22
+ deps: newest-deps
23
+ experimental: true
24
- os: ubuntu-latest
25
python-version: '3.11'
26
deps: minimal-deps
pyproject.toml
@@ -36,6 +36,8 @@ classifiers = [
36
"Programming Language :: Python :: 3.10",
37
"Programming Language :: Python :: 3.11",
38
"Programming Language :: Python :: 3.12",
39
+ "Programming Language :: Python :: 3.13",
40
+ "Topic :: Software Development :: Quality Assurance",
41
]
42
dynamic = ["version"]
43
0 commit comments