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: