We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacadb6 commit 2884674Copy full SHA for 2884674
2 files changed
.github/workflows/cibuildwheel.yml
@@ -49,7 +49,7 @@ jobs:
49
steps:
50
# Note: not inside a docker
51
- uses: actions/checkout@v4
52
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
53
with:
54
python-version: 'pypy-3.10'
55
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
sudo apt install -y libunwind-dev
35
pkg-config libunwind --cflags --libs-only-l
36
- name: Set up Python ${{ matrix.python }}
37
- uses: actions/setup-python@v5.2
+ uses: actions/setup-python@v5
38
39
python-version: ${{ matrix.python }}
40
- name: Install
0 commit comments