There was an error while loading. Please reload this page.
1 parent d88668c commit 2b39be8Copy full SHA for 2b39be8
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- "pypy3.11"
46
47
# Old PyPy versions
48
- # See https://foss.heptapod.net/pypy/pypy/-/issues/3991
+ # See https://github.com/pypy/pypy/issues/3990
49
- "pypy3.6-v7.3.2"
50
- "pypy3.7-v7.3.2"
51
@@ -109,10 +109,10 @@ jobs:
109
110
steps:
111
# https://github.com/actions/checkout
112
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
113
- name: Setup Python
114
# https://github.com/actions/setup-python
115
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v7
116
with:
117
python-version: ${{ matrix.python }}
118
allow-prereleases: true
0 commit comments