diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index 18c4569..f43a3b1 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -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 }} diff --git a/.github/workflows/windows_glew_wheels.yml b/.github/workflows/windows_glew_wheels.yml index bebdd83..770d076 100644 --- a/.github/workflows/windows_glew_wheels.yml +++ b/.github/workflows/windows_glew_wheels.yml @@ -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 }} diff --git a/.github/workflows/windows_gstreamer_wheels.yml b/.github/workflows/windows_gstreamer_wheels.yml index 4d11c0f..9bf33ea 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -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 }} diff --git a/.github/workflows/windows_sdl2_wheels.yml b/.github/workflows/windows_sdl2_wheels.yml index 9292ac7..7bebd6b 100644 --- a/.github/workflows/windows_sdl2_wheels.yml +++ b/.github/workflows/windows_sdl2_wheels.yml @@ -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 }}