Skip to content

Commit 73c9753

Browse files
committed
[GHA] Update PyPy to 7.3.23
There’s an issue with downloading 7.3.18 Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 625a475 commit 73c9753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Download PyPy Sources
4040
if: matrix.id != 'basic'
4141
run: |
42-
export PYPYVER=v7.3.18
42+
export PYPYVER=v7.3.23
4343
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
4444
tar -xjf pypy.tar.bz2
4545
mv pypy2.7-${PYPYVER}-src .pypy

0 commit comments

Comments
 (0)