Skip to content

Commit 943bca6

Browse files
enable 3.14 in CIs
1 parent 2acb294 commit 943bca6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
toxenv: py312
5555
- python-version: "3.13"
5656
toxenv: py313
57+
- python-version: "3.14-dev"
58+
toxenv: py314
5759
steps:
5860
- uses: actions/checkout@v4
5961
- name: Get history and tags for SCM versioning to work

tox.ini

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

55
[testenv]

0 commit comments

Comments
 (0)