We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492a105 commit dd241faCopy full SHA for dd241fa
3 files changed
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
- '3.11'
30
- '3.12'
31
- '3.13'
32
+ - '3.14'
33
- pypy-3.8
34
- pypy-3.9
35
- pypy-3.10
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Testing",
tox.ini
@@ -4,7 +4,7 @@
4
envlist =
5
lint
6
format
7
- py3{8,9,10,11,12,13}
+ py3{8,9,10,11,12,13,14}
8
pypy3{8,9,10}
9
package
10
docs
0 commit comments