Skip to content

Commit e261a3f

Browse files
committed
Add Python 3.14 to the test matrix
1 parent 335d549 commit e261a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# any additional builds for windows and macos
4949
# handled via `include` to avoid an over-large test matrix
5050
os: [ubuntu-latest]
51-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
51+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.9"]
5252
include:
5353
- os: windows-latest
5454
python-version: "3.x"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{38,39,310,311,312,313}{,-nocov},pypy,docs,lint
2+
envlist=py{38,39,310,311,312,313,314}{,-nocov},pypy,docs,lint
33

44
[testenv]
55
passenv = CI

0 commit comments

Comments
 (0)