Skip to content

Commit

Permalink
Disable pypy in CI due to slowness (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Feb 12, 2024
1 parent e0ae782 commit f7ca47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
name: Tests on Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit f7ca47e

Please sign in to comment.