Skip to content

Commit 0ec6721

Browse files
committed
Drop PyPy < 3.11 (PyO3 only supports 3.11+)
1 parent 0072cf6 commit 0ec6721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
path: ~/Library/Caches/pip
3232
# more combinations:
3333
- os: ubuntu-22.04
34-
python-version: "pypy3.9"
34+
python-version: "pypy3.11"
3535
path: ~/.cache/pip
3636
- os: ubuntu-22.04-arm
37-
python-version: "pypy3.9"
37+
python-version: "pypy3.11"
3838
path: ~/.cache/pip
3939
steps:
4040
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)