Skip to content

Commit b5c2569

Browse files
committed
Support for Python 3.13
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 5393a31 commit b5c2569

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.13'
2222
- 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
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v3
6565
- uses: actions/setup-python@v5
6666
with:
67-
python-version: '3.10'
67+
python-version: '3.13'
6868
architecture: ${{ matrix.target }}
6969
- name: Build wheels
7070
uses: PyO3/maturin-action@v1
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v3
9797
- uses: actions/setup-python@v5
9898
with:
99-
python-version: '3.10'
99+
python-version: '3.13'
100100
- name: Brew update
101101
run: brew update
102102
- name: brew upgrade
@@ -158,7 +158,7 @@ jobs:
158158
- uses: actions/checkout@v3
159159
- uses: actions/setup-python@v5
160160
with:
161-
python-version: '3.10'
161+
python-version: '3.13'
162162
architecture: x64
163163
- name: Build wheels
164164
uses: messense/maturin-action@v1

0 commit comments

Comments
 (0)