Add Python 3.14 to the tox test matrix

Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
Jeremy Cline 2025-06-17 15:12:44 -04:00
commit f2ba4b5b42
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = format,flake8,py3{8,9,10,11,12,13}
envlist = format,flake8,py3{8,9,10,11,12,13,14}
isolated_build = True
[testenv]

View file

@ -1,5 +1,5 @@
[tox]
envlist = format,flake8,py312,py313
envlist = format,flake8,py312,py313,py314
isolated_build = True
[testenv]