Skip to content

Commit

Permalink
chore: set default python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Apr 11, 2022
1 parent 1c3143c commit ff4a16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-network-services/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
BLACK_VERSION = "black==22.3.0"
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

DEFAULT_PYTHON_VERSION = "3.9"
DEFAULT_PYTHON_VERSION = "3.8"

UNIT_TEST_PYTHON_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]
UNIT_TEST_STANDARD_DEPENDENCIES = [
Expand Down

0 comments on commit ff4a16f

Please sign in to comment.