Skip to content

Commit 3b69cbc

Browse files
hugovkbenjaminp
andauthored
Test Python 3.14 on GitHub Actions (#396)
Co-authored-by: Benjamin Peterson <[email protected]>
1 parent d835160 commit 3b69cbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
"3.11",
2323
"3.12",
2424
"3.13",
25+
"3.14",
2526
"pypy-2.7",
2627
"pypy-3.8",
2728
]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py27,py33,py34,py35,py36,py37,py38,pypy,flake8
2+
envlist=py{27,33,34,35,36,37,38,39,310,311,312,313,314,py},flake8
33

44
[testenv]
55
deps= pytest

0 commit comments

Comments
 (0)