Skip to content

Commit

Permalink
Removing Pypy3.10 from the tox.yml file for now until we can fix the …
Browse files Browse the repository at this point in the history
…github action and tests to work with it.
  • Loading branch information
ZeroCool940711 committed Jan 3, 2024
1 parent 39e19f3 commit 878d4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
tox:
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 5
matrix:
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 878d4b7

Please sign in to comment.