2727 fail-fast : false
2828 matrix :
2929 os : [ubuntu-latest]
30- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
30+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
3131 cibw_manylinux : [manylinux2014]
3232 cibw_arch : ["x86_64"]
3333 steps :
3737 - uses : actions/setup-python@v3
3838 name : Install Python
3939 with :
40- python-version : ' 3.10 '
40+ python-version : ' 3.12 '
4141 - name : Install cibuildwheel
4242 run : |
4343 python -m pip install cibuildwheel
6363 fail-fast : false
6464 matrix :
6565 os : [macos-latest]
66- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
66+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
6767 cibw_arch : [ "x86_64", "arm64"] # , "universal2"]
6868
6969 steps :
7474 - uses : actions/setup-python@v3
7575 name : Install Python
7676 with :
77- python-version : ' 3.10 '
77+ python-version : ' 3.12 '
7878
7979 - name : Install cibuildwheel
8080 run : |
@@ -112,7 +112,7 @@ jobs:
112112 fail-fast : false
113113 matrix :
114114 os : [windows-latest]
115- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
115+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
116116 cibw_arch : ["AMD64"]
117117
118118 steps :
@@ -123,7 +123,7 @@ jobs:
123123 - uses : actions/setup-python@v3
124124 name : Install Python
125125 with :
126- python-version : ' 3.10 '
126+ python-version : ' 3.12 '
127127
128128 - name : Install cibuildwheel
129129 run : |
0 commit comments