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 df5baa8 commit f796b9fCopy full SHA for f796b9f
.github/workflows/ci.yaml
@@ -35,6 +35,7 @@ jobs:
35
- "3.12"
36
- "3.13"
37
- "3.14"
38
+ - "3.15"
39
include:
40
- os: ubuntu-22.04
41
python-version: "3.7"
pyproject.toml
@@ -29,6 +29,7 @@ classifiers = [
29
"Programming Language :: Python :: 3.12",
30
"Programming Language :: Python :: 3.13",
31
"Programming Language :: Python :: 3.14",
32
+ "Programming Language :: Python :: 3.15",
33
"Topic :: Internet :: WWW/HTTP",
34
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
0 commit comments