Skip to content

Commit

Permalink
Python 3.7 tests are particularly brittle, we will keep building whee…
Browse files Browse the repository at this point in the history
…ls but avoid testing them (#14510)

Discussed with @Mytherin, Python 3.7 is end of life already, we keep the
support just since it seems weird to remove what currently is working
(but keeps generating noise).
  • Loading branch information
Mytherin authored Oct 23, 2024
2 parents d067316 + 2a273e1 commit 39f9863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ concurrency:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
OVERRIDE_GIT_DESCRIBE: ${{ inputs.override_git_describe }}
CIBW_TEST_SKIP: ${{ inputs.skip_tests == 'true' && '*-*' || '' }}
CIBW_TEST_SKIP: ${{ inputs.skip_tests == 'true' && '*-*' || 'cp37-*' }}

jobs:
# This is just a sanity check of Python 3.9 running with Arrow
Expand Down

0 comments on commit 39f9863

Please sign in to comment.