Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents 231203e + 6f93d8d commit 979d709
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ jobs:
- {name: 'Linux_py310', python: '3.10', os: 'ubuntu-latest', pytest: 'py310'}
- {name: '3.9', python: '3.9', os: 'ubuntu-latest', pytest: 'py39'}
- {name: '3.8', python: '3.8', os: 'ubuntu-latest', pytest: 'py38'}
- {name: '3.7', python: '3.7', os: 'ubuntu-latest', pytest: 'py37'}
- {name: 'PyPy-3.9', python: 'pypy-3.9', os: 'ubuntu-latest', pytest: 'pypy39'}
- {name: 'PyPy-3.8', python: 'pypy-3.8', os: 'ubuntu-latest', pytest: 'pypy38'}
- {name: 'PyPy-3.7', python: 'pypy-3.7', os: 'ubuntu-latest', pytest: 'pypy37'}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 979d709

Please sign in to comment.