Skip to content

Commit

Permalink
Remove Windows 32-bit support for kivy.deps artifacts (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Sep 28, 2024
1 parent 8d91986 commit 58d81d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_gstreamer_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_sdl2_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' , '3.12' ]
arch: ['x64', 'x86']
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
steps:
Expand Down

0 comments on commit 58d81d5

Please sign in to comment.