Skip to content

Commit

Permalink
ci: Removed pypy-3.9 and python 3.12-dev from the CI workflow for tes…
Browse files Browse the repository at this point in the history
…ts and PRs
  • Loading branch information
lethalbit committed Oct 20, 2023
1 parent fc31506 commit 3ebad44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11', 'pypy-3.9-v7.3.11']
python-version: [ '3.10', '3.11' ]
fail-fast: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12-dev']
python-version: ['3.10', '3.11', ]
steps:
- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3ebad44

Please sign in to comment.