Skip to content

Commit

Permalink
Merge pull request #205 from RFCreate/pypy7317
Browse files Browse the repository at this point in the history
fix: remove pypy in python version 3.9
  • Loading branch information
flacjacket authored Jan 15, 2025
2 parents ebafb5a + f533a0f commit d12ba03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]
pypy-version: ["7.3"]
steps:
- name: Download wayland libraries
Expand Down Expand Up @@ -281,7 +281,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.9"
- "pypy-3.10"
steps:
- name: Install dependencies
Expand Down

0 comments on commit d12ba03

Please sign in to comment.