From 9a6afc2eabfd2ef2a497f56f0ad4559c3a5db094 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 e78bfed40..59cc40d71 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-dev'] # Steps represent a sequence of tasks that will be executed as part of the job steps: