From 9c174909b35ab795fff9ae0abac65cce88a2d235 Mon Sep 17 00:00:00 2001 From: Ali Ebrahim Date: Wed, 15 May 2024 13:26:40 -0700 Subject: [PATCH] Upgrade py 3.13 testing to alpha 3. (#23) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fba28ca..6d8b7ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, windows-2019, macos-11] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.1", "pypy3.10", "pypy3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3", "pypy3.10", "pypy3.9"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}