Skip to content

Commit 43358dd

Browse files
Remove Python 3.8 from builds.
1 parent c8d6f5c commit 43358dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Generate script
3434
run: |
3535
echo export PYO_COMPILE_ARGS=-g0 > build.sh
36-
echo /opt/python/cp38-cp38/bin/python3.8 -m build >> build.sh
3736
echo /opt/python/cp39-cp39/bin/python3.9 -m build >> build.sh
3837
echo /opt/python/cp310-cp310/bin/python3.10 -m build >> build.sh
3938
echo /opt/python/cp311-cp311/bin/python3.11 -m build >> build.sh
@@ -66,7 +65,7 @@ jobs:
6665
strategy:
6766
matrix:
6867
os: [windows-latest, macos-latest]
69-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
68+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
7069
arch: ['x86', '']
7170
exclude:
7271
- os: macos-latest

0 commit comments

Comments
 (0)