Skip to content

Commit 15b98ca

Browse files
committed
add python 3.13 support
1 parent 3640afb commit 15b98ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
py:
19+
- "3.13"
1920
- "3.12"
2021
- "3.11"
2122
- "3.10"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2728
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2829
]
2930
dependencies = [
@@ -58,7 +59,7 @@ dependencies = [
5859
]
5960

6061
[[tool.hatch.envs.hatch-test.matrix]]
61-
python = ["3.9", "3.10", "3.11", "3.12"]
62+
python = ["3.9", "3.10", "3.11", "3.12", "3.13"]
6263

6364
[tool.hatch.envs.types]
6465
template = "hatch-test"

0 commit comments

Comments
 (0)