From e0387a4e046092cdbd2d6e13b167c8878013da99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 5 Feb 2024 09:47:04 +0200 Subject: [PATCH] Test in CI with 3.12, 3.13, and PyPy 3.10 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c6283e..f97381d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13" "pypy-3.10"] os: ["macos-latest", "ubuntu-latest", "windows-latest"] steps: - uses: actions/checkout@v3.3.0 @@ -84,7 +84,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13" "pypy-3.10"] os: ["macos-latest", "ubuntu-latest", "windows-latest"] steps: - uses: actions/checkout@v3.3.0 @@ -123,7 +123,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13" "pypy-3.10"] steps: - name: Setup python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 @@ -178,7 +178,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4.7.0 with: - python-version: 3.11 + python-version: 3.12 - name: Install Hatch run: python -m pip install hatch==1.7.0