44
44
fail-fast : false
45
45
matrix :
46
46
os : [ubuntu-latest]
47
- cibw_python : [ "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
47
+ cibw_python : [ "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*" ]
48
48
49
49
steps :
50
50
- uses : actions/checkout@v3
57
57
git submodule update --init ext_libs/armadillo-code
58
58
git submodule update --init ext_libs/ensmallen
59
59
60
- - uses : pypa/cibuildwheel@v2.13.1
60
+ - uses : pypa/cibuildwheel@v2.16.2
61
61
env :
62
62
CIBW_BUILD : ${{ matrix.cibw_python }}
63
63
CIBW_ARCHS : x86_64
76
76
fail-fast : false
77
77
matrix :
78
78
os : [windows-latest]
79
- cibw_python : [ "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
79
+ cibw_python : [ "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*" ]
80
80
81
81
steps :
82
82
- uses : actions/checkout@v3
91
91
92
92
- id : change-path
93
93
run : python -c "import pathlib;print('UNIX_PATH='+str(pathlib.PureWindowsPath(r'${{github.workspace}}').as_posix()))" >> $env:GITHUB_OUTPUT
94
- - uses : pypa/cibuildwheel@v2.13.1
94
+ - uses : pypa/cibuildwheel@v2.16.2
95
95
env :
96
96
CIBW_BUILD : ${{ matrix.cibw_python }}
97
97
CIBW_ARCHS : AMD64
@@ -108,15 +108,15 @@ jobs:
108
108
fail-fast : false
109
109
matrix :
110
110
os : [macos-latest]
111
- cibw_python : [ "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
111
+ cibw_python : [ "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*" ]
112
112
113
113
steps :
114
114
- uses : actions/checkout@v3
115
115
with :
116
116
submodules : recursive
117
117
118
118
# We use full vendoring for this since we need to cross compile the ARM piece.
119
- - uses : pypa/cibuildwheel@v2.13.1
119
+ - uses : pypa/cibuildwheel@v2.16.2
120
120
env :
121
121
CIBW_BUILD : ${{ matrix.cibw_python }}
122
122
CIBW_ARCHS_MACOS : universal2
0 commit comments