From 84b26b2da57c104736c97e58503078317566ea40 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 21 Aug 2024 19:34:37 +0100 Subject: [PATCH] Test with Python 3.13 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4fea9e2..49c32231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" toxenv: [py] include: - python-version: "3.9" @@ -79,6 +80,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "${{ matrix.python-version }}" + allow-prereleases: true - name: Pip cache uses: actions/cache@v4