From 4ced7aeea613fc963adb9d1f5072a3d499a04c9f Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Fri, 12 Nov 2021 09:43:45 +0200 Subject: [PATCH] Add Python 3.9 to CI runs and use it for the experimental run --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 379723855..cfe925eb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,10 +41,10 @@ jobs: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] - python-version: ["3.7", "3.8"] + python-version: ["3.7", "3.8", "3.9"] experimental: [false] include: - - python-version: "3.8" + - python-version: "3.9" os: "ubuntu-latest" experimental: true