From ca4d589456a7c3ca1a8ba448592687c7909bf75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Gr=C3=BCbel?= Date: Mon, 9 Sep 2024 18:19:44 +0200 Subject: [PATCH] chore: add Python 3.13 (#364) Signed-off-by: gruebel --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca1ca59a..8a227970 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest 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"] steps: - uses: actions/checkout@v4 @@ -33,6 +33,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "pip" + allow-prereleases: true - name: Install hatch run: pip install hatch