Skip to content

Commit

Permalink
feat(spanner): rever nox file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Feb 2, 2024
1 parent 80d25e8 commit ac46411
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 @@ -32,7 +32,7 @@
ISORT_VERSION = "isort==5.11.0"
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

DEFAULT_PYTHON_VERSION = "3.11"
DEFAULT_PYTHON_VERSION = "3.8"

UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
UNIT_TEST_STANDARD_DEPENDENCIES = [
Expand Down

0 comments on commit ac46411

Please sign in to comment.