Skip to content

Commit d63afb9

Browse files
committed
tests: Run tests with Python 3.12
1 parent 7ce7fbf commit d63afb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
python-version: ["3.8", "3.9", "3.10", "3.11"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1515
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
1616
# incomplete JUnit XML results.
1717
fail-fast: false

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
isolated_build = true
8-
envlist = clean, py{38,39,310,311}-base, py{38,39,310,311}-grpc, report, docs
8+
envlist = clean, py{38,39,310,311,312}-base, py{38,39,310,311,312}-grpc, report, docs
99

1010
[testenv]
1111
skip_install = true

0 commit comments

Comments
 (0)