From ef6861a78db7d23064120be00f2184cf693c06c2 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Sun, 24 Mar 2024 10:56:54 +0100 Subject: [PATCH] ci: run tests against Python 3.13 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91fc9e9d1..f761cbff1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev', 'pypy3.10'] steps: - name: Check out uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] steps: - name: Check out uses: actions/checkout@v4 @@ -82,7 +82,7 @@ jobs: runs-on: macos-14 strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] steps: - name: Check out uses: actions/checkout@v4