Skip to content

Commit 6fec5e8

Browse files
committed
python 3.14 should be supported
1 parent 95bdc9f commit 6fec5e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox:tox]
2-
envlist = py37,py38,py39,py310,py311,py312,py313,docs,style
2+
envlist = py37,py38,py39,py310,py311,py312,py313,py314,docs,style
33

44
[testenv]
55
deps = --editable .[test]

0 commit comments

Comments
 (0)