Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 9742add

Browse files
committed
build: update default python version to 3.12
1 parent b023de2 commit 9742add

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
@@ -77,7 +77,7 @@ class = StreamHandler
7777

7878
BLACK_VERSION = "black==22.3.0"
7979
BLACK_PATHS = ["google", "test", "noxfile.py", "setup.py", "samples"]
80-
DEFAULT_PYTHON_VERSION = "3.8"
80+
DEFAULT_PYTHON_VERSION = "3.12"
8181
DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20 = "3.12"
8282

8383

0 commit comments

Comments
 (0)