Skip to content

Commit 32bf8c1

Browse files
committed
Update PyPy version to v7.3.18
Signed-off-by: Stefan Marr <[email protected]>
1 parent b1fae44 commit 32bf8c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Download PyPy Sources
3939
if: matrix.id != 'basic'
4040
run: |
41-
export PYPYVER=v7.3.16
41+
export PYPYVER=v7.3.18
4242
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
4343
tar -xjf pypy.tar.bz2
4444
mv pypy2.7-${PYPYVER}-src .pypy

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55

66
variables:
77
PYTHONUNBUFFERED: "true"
8-
PYPY_RELEASE: "7.3.16"
8+
PYPY_RELEASE: "7.3.18"
99

1010
before_script:
1111
- git submodule update --init

0 commit comments

Comments
 (0)