We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fae44 commit 32bf8c1Copy full SHA for 32bf8c1
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Download PyPy Sources
39
if: matrix.id != 'basic'
40
run: |
41
- export PYPYVER=v7.3.16
+ export PYPYVER=v7.3.18
42
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
43
tar -xjf pypy.tar.bz2
44
mv pypy2.7-${PYPYVER}-src .pypy
.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
5
6
variables:
7
PYTHONUNBUFFERED: "true"
8
- PYPY_RELEASE: "7.3.16"
+ PYPY_RELEASE: "7.3.18"
9
10
before_script:
11
- git submodule update --init
0 commit comments