Skip to content

Commit 9ed1a16

Browse files
committed
Test against 3.14 in CI
Currently as against the release candidate.
1 parent c6db309 commit 9ed1a16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20+
- {name: '3.14', python: '3.14-rc', tox: py314}
2021
- {name: '3.13', python: '3.13', tox: py313}
2122
- {name: '3.12', python: '3.12', tox: py312}
2223
- {name: 'format', python: '3.13', tox: format}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = format,mypy,py312,py313,pep8,package
2+
envlist = format,mypy,py312,py313,py314,pep8,package
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)