Added Python 3.10 and 3.11 to nox. (#455)
Signed-off-by: dblock <[email protected]>
This commit is contained in:
+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):
|
def test(session):
|
||||||
session.install(".")
|
session.install(".")
|
||||||
session.install("-r", "dev-requirements.txt")
|
session.install("-r", "dev-requirements.txt")
|
||||||
|
|||||||
Reference in New Issue
Block a user