Skip to content

Commit f0a0911

Browse files
Add Python 3.14 support to tox environments
Amp-Thread-ID: https://ampcode.com/threads/T-ac7877fd-5037-4683-8f1b-01477304fb76 Co-authored-by: Amp <[email protected]>
1 parent e539625 commit f0a0911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
isolated_build = true
33
envlist =
4-
py{311,312,313}-dj{52}-cms50-{default,versioning}
5-
py{312,313}-dj{52,60}-cms50-{default,versioning}
4+
py{311,312,313,314}-dj{52}-cms50-{default,versioning}
5+
py{312,313,314}-dj{52,60}-cms50-{default,versioning}
66

77
skip_missing_interpreters=True
88

0 commit comments

Comments
 (0)