Skip to content

Commit 293df4f

Browse files
1 parent 816aa08 commit 293df4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
7272

7373
- To run a single unit test::
7474

75-
$ nox -s unit-3.12 -- -k <name of test>
75+
$ nox -s unit-3.13 -- -k <name of test>
7676

7777

7878
.. note::

‎noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def docfx(session):
377377
)
378378

379379

380-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
380+
@nox.session(python="3.13")
381381
@nox.parametrize(
382382
"protobuf_implementation",
383383
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)