From c3fa141d144db42fd69e18524589a62f907b6e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 11:50:52 +0100 Subject: Include Python 3.10 and 3.11 as part of CI. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 188c1a2..4e76298 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.9] + python-version: [3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v2 -- cgit v1.2.3