Skip to content

Commit

Permalink
Run tests on Python 3.9, 3.10, and 3.11 in GHA (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Jul 28, 2023
1 parent 3d84014 commit 7a6464a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a6464a

Please sign in to comment.