From ac68453fe42d0f4e84ee3692c82d9a45e376968d Mon Sep 17 00:00:00 2001 From: Catherine Date: Sun, 3 Sep 2023 03:32:42 +0000 Subject: [PATCH] CI: require tests to pass on 3.12, test on 3.13-dev. --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 295b302..7b859cb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,12 +15,14 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' - 'pypy-3.8' - 'pypy-3.9' + - 'pypy-3.10' allow-failure: - false include: - - python-version: '3.12-dev' + - python-version: '3.13-dev' allow-failure: true continue-on-error: '${{ matrix.allow-failure }}' name: 'test (${{ matrix.python-version }})'