Skip to content

Commit e5528cb

Browse files
committed
Drop EOL 3.7 and 3.8.
1 parent 87c9fe0 commit e5528cb

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
FFMPEG_ROOT: ~/ff_deps/ffmpeg
2020
strategy:
2121
matrix:
22-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
2323
steps:
2424
- uses: actions/checkout@v3
2525
- name: Set up Python ${{ matrix.python }}
@@ -197,16 +197,7 @@ jobs:
197197
matrix:
198198
os: [ ubuntu-latest ]
199199
cibw_archs: [ x86_64 ]
200-
cibw_build: [ 'cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64' ]
201-
# include:
202-
# - cibw_archs: aarch64
203-
# cibw_build: cp37-manylinux_aarch64
204-
# - cibw_archs: aarch64
205-
# cibw_build: cp38-manylinux_aarch64
206-
# - cibw_archs: aarch64
207-
# cibw_build: cp39-manylinux_aarch64
208-
# - cibw_archs: aarch64
209-
# cibw_build: cp310-manylinux_aarch64
200+
cibw_build: [ 'cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64' ]
210201
steps:
211202
- uses: actions/checkout@v3
212203
- name: Set up Python 3.x
@@ -259,7 +250,7 @@ jobs:
259250
USE_SDL2_MIXER: 0
260251
FFMPEG_BUILD_PATH: "ffmpeg_build"
261252
CIBW_BUILD_VERBOSITY: 3
262-
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
253+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
263254
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
264255
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
265256
DYLD_FALLBACK_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel} &&

0 commit comments

Comments
 (0)