Skip to content

Commit

Permalink
ci: disable PyPy 3.8 as it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 3, 2024
1 parent d702975 commit 0eb0028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
CIBW_SKIP: "cp36-* cp37-* pp37-*"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp38-*"
PYTEST_TIMEOUT: 60
MACOSX_DEPLOYMENT_TARGET: "10.9"

Expand Down

0 comments on commit 0eb0028

Please sign in to comment.