Skip to content

Commit bac5879

Browse files
committed
Python 3.14 support
1 parent a8daab5 commit bac5879

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v4

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers = [
4747
"Programming Language :: Python :: 3.11",
4848
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3.13",
50+
"Programming Language :: Python :: 3.14",
5051
"Topic :: Software Development :: Libraries",
5152
"Typing :: Typed",
5253
]
@@ -63,7 +64,7 @@ jsonschema-specifications = ">=2024.10.1"
6364
[tool.poetry.extras]
6465
docs = ["sphinx", "sphinx-immaterial"]
6566

66-
[tool.poetry.dev-dependencies]
67+
[tool.poetry.group.dev.dependencies]
6768
black = "^24.4.0"
6869
isort = "^5.13.2"
6970
pre-commit = "*"

0 commit comments

Comments
 (0)