Skip to content

Commit

Permalink
Remove Python 3.7 support for Windows kivy.deps artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Sep 28, 2024
1 parent 58d81d5 commit 6017b29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
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.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
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.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
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.7', '3.8', '3.9', '3.10', '3.11' , '3.12' ]
python: [ '3.8', '3.9', '3.10', '3.11' , '3.12' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit 6017b29

Please sign in to comment.