Added Python 3.10 and 3.11 to nox. (#455)

Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-07-26 12:03:42 -05:00
committed by GitHub
parent f235013f1d
commit 42852d0d53
+1 -1
View File
@@ -36,7 +36,7 @@ SOURCE_FILES = (
)
@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"])
@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"])
def test(session):
session.install(".")
session.install("-r", "dev-requirements.txt")