We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33ba2b commit ab8a8f9Copy full SHA for ab8a8f9
.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
31
"3.11",
32
"3.12",
33
"3.13",
34
+ "3.14",
35
]
36
37
env:
pyproject.toml
@@ -41,6 +41,7 @@ classifiers = [
41
"Programming Language :: Python :: 3.11",
42
"Programming Language :: Python :: 3.12",
43
"Programming Language :: Python :: 3.13",
44
+ "Programming Language :: Python :: 3.14",
45
"Programming Language :: Python :: Implementation :: CPython",
46
"Programming Language :: Python :: Implementation :: PyPy",
47
"Typing :: Typed",
0 commit comments