File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments