Skip to content

Commit

Permalink
pypy btk problems
Browse files Browse the repository at this point in the history
  • Loading branch information
André Böni committed Feb 15, 2024
1 parent c0dfcc4 commit 6661376
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
36 changes: 24 additions & 12 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,30 @@ jobs:
python_arch: 'x64'
tox_env: 'py312'
os: 'windows-latest'
- name: 'pypy39 (windows)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
python_arch: 'x64'
tox_env: 'pypy39'
os: 'windows-latest'
- name: 'pypy310 (windows)'
python: 'pypy-3.10'
toxpython: 'pypy3.10'
python_arch: 'x64'
tox_env: 'pypy310'
os: 'windows-latest'
# - name: 'pypy39 (windows)'
# python: 'pypy-3.9'
# toxpython: 'pypy3.9'
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'windows-latest'
# - name: 'pypy310 (windows)'
# python: 'pypy-3.10'
# toxpython: 'pypy3.10'
# python_arch: 'x64'
# tox_env: 'pypy310'
# os: 'windows-latest'
# - name: 'pypy311 (windows)'
# python: 'pypy-3.11'
# toxpython: 'pypy3.11'
# python_arch: 'x64'
# tox_env: 'pypy311'
# os: 'windows-latest'
# - name: 'pypy312 (windows)'
# python: 'pypy-3.11'
# toxpython: 'pypy3.12'
# python_arch: 'x64'
# tox_env: 'pypy312'
# os: 'windows-latest'
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ ignore_basepython_conflict = true
basepython =
pypy39: {env:TOXPYTHON:pypy3.9}
pypy310: {env:TOXPYTHON:pypy3.10}
py38: {env:TOXPYTHON:python3.8}
pypy311: {env:TOXPYTHON:pypy3.11}
pypy312: {env:TOXPYTHON:pypy3.12}
py39: {env:TOXPYTHON:python3.9}
py310: {env:TOXPYTHON:python3.10}
py311: {env:TOXPYTHON:python3.11}
Expand Down

0 comments on commit 6661376

Please sign in to comment.