Skip to content

Commit

Permalink
Remove support for Python 3.8 on Windows wheels as it reached EOL (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Jan 18, 2025
1 parent 287c62a commit a2101b2
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 @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
python: [ '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', '3.13-dev' ]
python: [ '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', '3.13-dev' ]
python: [ '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', '3.13-dev' ]
python: [ '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', '3.13-dev' ]
python: [ '3.9', '3.10', '3.11' , '3.12', '3.13-dev' ]
arch: ['x64']
env:
PACKAGE_ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit a2101b2

Please sign in to comment.