Skip to content

Commit 7deb6b8

Browse files
committed
update system test version
1 parent 6c2c732 commit 7deb6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
UNIT_TEST_EXTRAS: List[str] = []
6060
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6161

62-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
62+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9"]
6363
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6464
"mock",
6565
"pytest",

0 commit comments

Comments
 (0)