File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ jobs:
120
120
# Build SuiteSparse
121
121
CIBW_BEFORE_ALL : bash suitesparse.sh ${{ github.ref }}
122
122
123
+ # Install FFI dev library, needed for Python 3.12
124
+ CIBW_BEFORE_BUILD_LINUX : yum install -y libffi-devel
125
+
123
126
CIBW_ENVIRONMENT_LINUX : SUITESPARSE_FAST_BUILD=${{ env.SUITESPARSE_FAST_BUILD }}
124
127
125
128
# CMAKE_GNUtoMS=ON asks suitesparse.sh to build libraries in MSVC style on Windows.
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ classifiers = [
53
53
" Programming Language :: Python :: 3.9" ,
54
54
" Programming Language :: Python :: 3.10" ,
55
55
" Programming Language :: Python :: 3.11" ,
56
+ " Programming Language :: Python :: 3.12" ,
56
57
" Programming Language :: Python :: 3 :: Only" ,
57
58
" Intended Audience :: Developers" ,
58
59
" Intended Audience :: Other Audience" ,
You can’t perform that action at this time.
0 commit comments