Skip to content

Commit f796b9f

Browse files
chore: Add Python 3.15 to our test matrix
1 parent df5baa8 commit f796b9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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: 1 addition & 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",

0 commit comments

Comments
 (0)