Run tests on Python 3.9, 3.10, and 3.11 in GHA (#597)

pull/604/head
Alex Hall 10 months ago committed by GitHub
parent 3d84014116
commit 7a6464ae5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,13 @@ jobs:
- ':nbrowser-^[M-O]:'
- ':nbrowser-^[P-S]:'
- ':nbrowser-^[^A-S]:'
include:
- tests: ':lint:python:client:common:smoke:'
node-version: 14.x
python-version: '3.10'
- tests: ':lint:python:client:common:smoke:'
node-version: 14.x
python-version: '3.11'
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save