extend test matrix to python 3.12

PiperOrigin-RevId: 673425482
pull/18258/head
Protobuf Team Bot 4 months ago committed by Copybara-Service
parent 8bedb8bbde
commit b377202cfb
  1. 3
      .github/workflows/test_python.yml

@ -28,8 +28,7 @@ jobs:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
type: [ Pure, C++]
# TODO: b/309627662 - Add coverage for Python 3.12.
version: ["3.8", "3.9", "3.10", "3.11"]
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- type: Pure
targets: //python/... //python:python_version_test

Loading…
Cancel
Save