Added Python 3.10 and 3.11 to nox. (#455)
Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
committed by
GitHub
parent
f235013f1d
commit
42852d0d53
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user