Skip to content

Commit

Permalink
system tests with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaknishant committed Aug 31, 2023
1 parent 389f499 commit cf63416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
UNIT_TEST_EXTRAS_BY_PYTHON = {}

SYSTEM_TEST_PYTHON_VERSIONS = ["3.8"]
SYSTEM_TEST_PYTHON_VERSIONS = ["3.11"]
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
"mock",
"pytest",
Expand Down

0 comments on commit cf63416

Please sign in to comment.