Skip to content

Commit 4ef2ed2

Browse files
committed
🧪 Start testing under Python 3.14(t) in CI
1 parent aa1be05 commit 4ef2ed2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
fromJSON(
6565
inputs.cpython-versions
6666
&& inputs.cpython-versions
67-
|| '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]'
67+
||
68+
'["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]'
6869
)
6970
}}
7071
pip-version: >-

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: ./.github/workflows/ci.yml
1212
with:
1313
cpython-versions: >-
14-
["3.10", "3.11", "3.12", "3.13"]
14+
["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
cpython-pip-version: >-
1616
["main", "latest", "supported", "lowest"]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
4-
py{38,39,310,311,312,313,py3}-pip{supported,lowest,latest,main}-coverage
4+
py{38,39,310,311,312,313,314,314t,py3}-pip{supported,lowest,latest,main}-coverage
55
pip{supported,lowest,latest,main}-coverage
66
pip{supported,lowest,latest,main}
77
checkqa

0 commit comments

Comments
 (0)