Skip to content

Commit

Permalink
fix: revert default Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 27, 2024
1 parent 1341d5a commit 651018b
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.12"
DEFAULT_PYTHON_VERSION = "3.8"

DEFAULT_MOCK_SERVER_TESTS_PYTHON_VERSION = "3.12"
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
Expand Down

0 comments on commit 651018b

Please sign in to comment.