We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afbf3a + 5b981cb commit a2511c6Copy full SHA for a2511c6
.github/workflows/dist.yml
@@ -512,8 +512,6 @@ jobs:
512
if: (success() || failure()) && steps.sagemath-categories.outcome == 'success'
513
run: |
514
~/runner-venv/bin/python3 -m cibuildwheel unpacked/passagemath_homfly
515
- env:
516
- CIBW_PROJECT_REQUIRES_PYTHON: ${{ github.event_name == 'pull_request' && '>=3.10, <3.11' || '>=3.10, <3.13' }}
517
518
- name: sagemath-combinat
519
id: sagemath-combinat
0 commit comments