Skip to content

Commit e2146cd

Browse files
committed
Add support for Python 3.15
1 parent 3d7c2b5 commit e2146cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: ["3.14", "3.13", "3.12"]
15+
branch: ["origin/main", "3.14", "3.13", "3.12"]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-python@v6

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
25+
"Programming Language :: Python :: 3.15",
2526
"Topic :: Documentation",
2627
"Topic :: Software Development :: Documentation",
2728
]
@@ -70,4 +71,4 @@ lint.ignore = [
7071
lint.isort.required-imports = [ "from __future__ import annotations" ]
7172

7273
[tool.pyproject-fmt]
73-
max_supported_python = "3.14"
74+
max_supported_python = "3.15"

0 commit comments

Comments
 (0)