Skip to content

Commit 95e4394

Browse files
committed
system-3.12 not found
1 parent 6aadbaf commit 95e4394

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
@@ -89,7 +89,7 @@
8989
# 3.10 is needed for Windows tests as it is the only version installed in the
9090
# bigframes-windows container image. For more information, search
9191
# bigframes/windows-docker, internally.
92-
SYSTEM_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.13"]
92+
SYSTEM_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
9393
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
9494
"jinja2",
9595
"mock",

0 commit comments

Comments
 (0)