Run tests on Python 3.9, 3.10, and 3.11 in GHA

This commit is contained in:
Alex Hall 2023-07-28 17:49:03 +02:00
parent 9b87a6f06a
commit 39d03a142a

View File

@ -17,7 +17,7 @@ jobs:
# even when there is a failure.
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10", "3.11"]
node-version: [14.x]
tests:
- ':lint:python:client:common:smoke:'