Skip to content

Commit 4ee97b7

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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: 2 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",

0 commit comments

Comments
 (0)