Skip to content

Commit

Permalink
pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 17, 2024
1 parent 4eeed91 commit e0373bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
fail-fast: false
max-parallel: 1 # Avoid timeout errors
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: pip
Expand Down

0 comments on commit e0373bd

Please sign in to comment.