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 4ee97b7Copy full SHA for 4ee97b7
.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",
@@ -78,6 +79,7 @@ env_list = [
78
79
"3.12",
80
"3.13",
81
"3.14",
82
+ "3.15",
83
"coverage",
84
"lint",
85
"typing",
0 commit comments