Skip to content

Commit b45a423

Browse files
authored
chore: updates system test runtime to 3.12
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent db17ca1 commit b45a423

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/db-dtypes/CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ Running System Tests
143143
$ nox -s system
144144

145145
# Run a single system test
146-
$ nox -s system-3.10 -- -k <name of test>
146+
$ nox -s system-3.12 -- -k <name of test>
147147

148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.10.
151+
System tests are only configured to run under Python 3.12.
152152

153153
This alone will not run the tests. You'll need to change some local
154154
auth settings and change some configuration in your project to

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
UNIT_TEST_EXTRAS: List[str] = []
5858
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5959

60-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10"]
60+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
6161
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6262
"mock",
6363
"pytest",

0 commit comments

Comments
 (0)