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 1717 - name : Setting up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : 3.9
20+ python-version : 3.13
2121
2222 - name : Installing python build dependencies
2323 run : |
5858 - uses : actions/setup-python@v5
5959 name : Setting up Python
6060 with :
61- python-version : ' 3.9 '
61+ python-version : ' 3.13 '
6262
6363 - name : Set up QEMU
6464 if : runner.os == 'Linux'
6767 platforms : all
6868
6969 - name : Build & test wheels
70- uses : pypa/cibuildwheel@v2.21.3
70+ uses : pypa/cibuildwheel@v2.22.0
7171 env :
7272 CIBW_ARCHS_LINUX : auto aarch64 ppc64le s390x
7373 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setting up Python
105105 uses : actions/setup-python@v4
106106 with :
107- python-version : 3.9
107+ python-version : 3.13
108108
109109 - name : Installing python build dependencies
110110 run : |
You can’t perform that action at this time.
0 commit comments