Skip to content

Commit 5393a31

Browse files
committed
Support for Python 3.13
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent fd9a25a commit 5393a31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.10'
22-
- name: Test
22+
- name: Setup SSL libs
2323
run: sudo apt-get update -y && sudo apt-get install -y libipc-run-perl && sudo apt-get install pkg-config libssl-dev
2424
- name: Build wheels
2525
uses: PyO3/maturin-action@v1
@@ -62,7 +62,7 @@ jobs:
6262
target: [x64, x86]
6363
steps:
6464
- uses: actions/checkout@v3
65-
- uses: actions/setup-python@v4
65+
- uses: actions/setup-python@v5
6666
with:
6767
python-version: '3.10'
6868
architecture: ${{ matrix.target }}
@@ -94,7 +94,7 @@ jobs:
9494
OPENSSL_DIR: /opt/homebrew/Cellar/openssl@3/3.3.1
9595
steps:
9696
- uses: actions/checkout@v3
97-
- uses: actions/setup-python@v4
97+
- uses: actions/setup-python@v5
9898
with:
9999
python-version: '3.10'
100100
- name: Brew update
@@ -156,7 +156,7 @@ jobs:
156156
- i686-unknown-linux-musl
157157
steps:
158158
- uses: actions/checkout@v3
159-
- uses: actions/setup-python@v4
159+
- uses: actions/setup-python@v5
160160
with:
161161
python-version: '3.10'
162162
architecture: x64

0 commit comments

Comments
 (0)