From 7a6464ae5a0851858a03b6d9336e223ee6f5d5e9 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sat, 29 Jul 2023 00:24:09 +0200 Subject: [PATCH] Run tests on Python 3.9, 3.10, and 3.11 in GHA (#597) --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0538be7d..98db1d33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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