Skip to content

Commit a0dc886

Browse files
chore: Add Python 3.15 to our test matrix (#32)
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
1 parent df5baa8 commit a0dc886

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- "3.12"
3636
- "3.13"
3737
- "3.14"
38+
- "3.15"
3839
include:
3940
- os: ubuntu-22.04
4041
python-version: "3.7"

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
3131
"Programming Language :: Python :: 3.14",
32+
"Programming Language :: Python :: 3.15",
3233
"Topic :: Internet :: WWW/HTTP",
3334
"Topic :: Software Development :: Libraries :: Python Modules",
3435
"Topic :: Utilities",
@@ -78,6 +79,7 @@ env_list = [
7879
"3.12",
7980
"3.13",
8081
"3.14",
82+
"3.15",
8183
"coverage",
8284
"lint",
8385
"typing",
@@ -101,6 +103,7 @@ depends = [
101103
"3.12",
102104
"3.13",
103105
"3.14",
106+
"3.15",
104107
]
105108
dependency_groups = [ "test" ]
106109
commands = [
@@ -138,6 +141,7 @@ commands = [
138141
]
139142

140143
[tool.tox.gh.python]
144+
"3.15" = ["3.15"]
141145
"3.14" = ["3.14", "lint", "typing"]
142146
"3.13" = ["3.13"]
143147
"3.12" = ["3.12"]

0 commit comments

Comments
 (0)