From bdc6b70636c5db51f911909cd67c8c04af78fe63 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 12 Nov 2024 18:25:04 +0100 Subject: [PATCH] CI: test Python 3.13. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 699c5c8..c91e9c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: - python-version: '3.12' pytest: pytest os: ubuntu-22.04 + - python-version: '3.13' + pytest: pytest + os: ubuntu-24.04 runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4