Skip to content

Commit e0ce395

Browse files
committed
ci: support testing with python 3.14
1 parent a8fc230 commit e0ce395

3 files changed

Lines changed: 80 additions & 56 deletions

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; pytest_args = "--junitxml=reports/junit-{env:OS:UNKNOWN_OS}-{envname}.xml --junit-prefix={env:OS:UNKNOWN_OS} --basetemp={envtmpdir}"
44
; sphinx_args = "-W -b html -d {envtmpdir}/doctrees source {envtmpdir}/html"
55
[tox]
6-
envlist = py310, py311, py312, py313
6+
envlist = py310, py311, py312, py313, py314
77
minversion = 3.10
88

99

0 commit comments

Comments
 (0)