Skip to content

Commit

Permalink
ci: remove pypy3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Dec 22, 2023
1 parent 89169e0 commit 051b89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', 'pypy-3.9']
python-version: ['3.10', '3.11']
experimental: [false]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 051b89e

Please sign in to comment.