Skip to content

Commit 96de578

Browse files
committed
chore: updates system test python version to 3.12
1 parent 0ce00ac commit 96de578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pandas-gbq/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"3.9": [],
6161
}
6262

63-
SYSTEM_TEST_PYTHON_VERSIONS = ["3.9", "3.14"]
63+
SYSTEM_TEST_PYTHON_VERSIONS = ["3.12"]
6464
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6565
"mock",
6666
"pytest",

0 commit comments

Comments
 (0)