From f5350593277e08111acd972901350f8a95844e39 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 23 Nov 2022 07:21:15 +0100 Subject: [PATCH 1/2] Update Python versions in the ci workflow. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eee9b3..be6f05a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10.0-alpha.7"] + python-version: ["3.8", "3.9", "3.10", "3.11-dev"] steps: - uses: actions/checkout@v2 From 4f1e3b8f0f0b20d1dffb41cddaf95f1fba917139 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 23 Nov 2022 07:41:07 +0100 Subject: [PATCH 2/2] Try adding `3.12-dev` too. Co-authored-by: Hugo van Kemenade --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be6f05a..77b9d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11-dev"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"] steps: - uses: actions/checkout@v2