Skip to content

Commit 10c741d

Browse files
committed
ci: test with py314
1 parent 12184f3 commit 10c741d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- {python: '3.11', tox: py311}
3333
- {python: '3.12', tox: py312}
3434
- {python: '3.13', tox: py313}
35+
- {python: '3.13', tox: py314}
3536
steps:
3637
- uses: actions/checkout@v4
3738
- uses: actions/setup-python@v5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py39, py311, py313, lint, mypy
3+
envlist = py39, py310, py314, lint, mypy
44

55
[testenv]
66
deps = pytest

0 commit comments

Comments
 (0)