Skip to content

Commit 0f44c1c

Browse files
committed
[Test] Add Tox configuration for Python 3.11 and 3.12.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 63c8c1f commit 0f44c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
toxworkdir=../.tox
33
envlist =
4-
py{39,310}-{cov,nocov}
4+
py{39,310,311,312}-{cov,nocov}
55
code-linters
66
cfn-{tests,lint,format-check}
77

0 commit comments

Comments
 (0)