From 53a2557c1eb0f0e4c9706e4835f0628ca52534fd Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 26 Nov 2023 18:12:11 +0100 Subject: [PATCH] CI: Add 3.13-dev Thanks to this: https://github.com/actions/setup-python/issues/150#issuecomment-708520453 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 18286fd..fc9343a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index e972d51..8a3e6b1 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"] steps: - uses: actions/checkout@v3