Skip to content

Commit

Permalink
Add Python 3.13-dev to build matrix for Windows deps [publish gstre…
Browse files Browse the repository at this point in the history
…amer win] (#122)
  • Loading branch information
misl6 authored Sep 29, 2024
1 parent 3cef859 commit 1ad0f33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_gstreamer_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_sdl2_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11' , '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11' , '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_sdl3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11' , '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11' , '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit 1ad0f33

Please sign in to comment.