From 97ae35254a14c8d1771e011452081d30f05c489a Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 7 Oct 2024 09:47:12 +0200 Subject: [PATCH] test with 3.13 --- .github/workflows/test-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 5c54757..21789a1 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -71,13 +71,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python-version: ["3.12", "3.11", "3.10", "3.9"] + python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install Dependencies shell: bash run: |