Skip to content

Commit

Permalink
fix: remove pyp38 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaiyer95 committed Jan 21, 2025
1 parent f717673 commit 72d22ce
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,42 +265,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py312-nocov'
os: 'macos-13'
{# - name: 'pypy38-cover (ubuntu)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-cover'
os: 'ubuntu-latest'
- name: 'pypy38-cover (windows)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-cover'
os: 'windows-latest'
- name: 'pypy38-cover (macos)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-cover'
os: 'macos-13'
- name: 'pypy38-nocov (ubuntu)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-nocov'
os: 'ubuntu-latest'
- name: 'pypy38-nocov (windows)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-nocov'
os: 'windows-latest'
- name: 'pypy38-nocov (macos)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-nocov'
os: 'macos-13' #}
- name: 'pypy39-cover (ubuntu)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
Expand Down

0 comments on commit 72d22ce

Please sign in to comment.