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

Commit 4851f4e

Browse files
1 parent 0116348 commit 4851f4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
DEFAULT_PYTHON_VERSION = "3.8"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38-
"3.7",
3938
"3.8",
4039
"3.9",
4140
"3.10",
4241
"3.11",
4342
"3.12",
4443
"3.13",
44+
"3.14",
4545
]
4646
UNIT_TEST_STANDARD_DEPENDENCIES = [
4747
"mock",
@@ -415,7 +415,7 @@ def docfx(session):
415415
)
416416

417417

418-
@nox.session(python="3.13")
418+
@nox.session(python="3.14")
419419
@nox.parametrize(
420420
"protobuf_implementation",
421421
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)