From b5234eb385e82a61d05a8734c5b22dc65c0b42f9 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Tue, 30 Jul 2024 16:43:02 -0700 Subject: [PATCH] Add 3.13. --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index e78bfed..5b39952 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, ubuntu-20.04] - 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.0-beta'] # Steps represent a sequence of tasks that will be executed as part of the job steps: