Skip to content

Commit

Permalink
I guess I need to wait on actions/python-versions#319 and maybe actio…
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 20, 2024
1 parent 54ea755 commit 49c70b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 81 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,87 +424,6 @@ jobs:
cibw_build: 'cp313-*'
cibw_ft: 'false'
os: 'macos-latest'
- name: 'py313ft-cover (ubuntu/x86_64)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-cover'
cover: true
cibw_arch: 'x86_64'
cibw_build: false
os: 'ubuntu-latest'
- name: 'py313ft-cover (windows/AMD64)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-cover'
cover: true
cibw_arch: 'AMD64'
cibw_build: false
os: 'windows-latest'
- name: 'py313ft-cover (macos/arm64)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'arm64-freethreaded'
tox_env: 'py313ft-cover'
cover: true
cibw_arch: 'arm64'
cibw_build: false
os: 'macos-latest'
- name: 'py313ft-nocov (ubuntu/x86_64/manylinux)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'x86_64'
cibw_build: 'cp313ftt-*manylinux*'
cibw_ft: 'true'
os: 'ubuntu-latest'
- name: 'py313ft-nocov (ubuntu/x86_64/musllinux)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'x86_64'
cibw_build: 'cp313ftt-*musllinux*'
cibw_ft: 'true'
os: 'ubuntu-latest'
- name: 'py313ft-nocov (ubuntu/aarch64/manylinux)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'aarch64'
cibw_build: 'cp313ftt-*manylinux*'
cibw_ft: 'true'
os: 'ubuntu-latest'
- name: 'py313ft-nocov (ubuntu/aarch64/musllinux)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'aarch64'
cibw_build: 'cp313ftt-*musllinux*'
cibw_ft: 'true'
os: 'ubuntu-latest'
- name: 'py313ft-nocov (windows/AMD64)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'x64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'AMD64'
cibw_build: 'cp313ftt-*'
cibw_ft: 'true'
os: 'windows-latest'
- name: 'py313ft-nocov (macos/arm64)'
python: '3.13ft'
toxpython: 'python3.13ft'
python_arch: 'arm64-freethreaded'
tox_env: 'py313ft-nocov'
cibw_arch: 'arm64'
cibw_build: 'cp313ftt-*'
cibw_ft: 'true'
os: 'macos-latest'
- name: 'pypy39-cover (ubuntu/x86_64)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
Expand Down
2 changes: 2 additions & 0 deletions ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
{% for env in tox_environments %}
{% set prefix = env.split('-')[0] -%}
{% set nogil = 'ft' in env %}
{% if not nogil %}
{% if prefix.startswith('pypy') %}
{% set python %}pypy-{{ prefix[4] }}.{{ prefix[5:] }}{% endset %}
{% set cpython %}pp{{ prefix[4:5] }}{% endset %}
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
os: '{{ os }}-latest'
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
steps:
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 49c70b2

Please sign in to comment.