Skip to content

Commit

Permalink
Remove python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed May 17, 2024
1 parent d5e5c29 commit 006c3ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
pip install poetry twine
- name: Copy schema files from upstream
run: ./copy-schema-files.sh
- name: Build manylinux Python 3.8 wheels
uses: RalfG/[email protected]
with:
pre-build-command: 'sh pre-build.sh'
python-versions: 'cp38-cp38'
build-requirements: 'poetry-core setuptools capnpy'
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_17_x86_64.whl
- name: Build manylinux Python 3.9 wheels
uses: RalfG/[email protected]
with:
Expand Down

0 comments on commit 006c3ca

Please sign in to comment.