File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ jobs:
120120 # Build SuiteSparse
121121 CIBW_BEFORE_ALL : bash suitesparse.sh ${{ github.ref }}
122122
123+ # Install FFI dev library, needed for Python 3.12
124+ CIBW_BEFORE_BUILD_LINUX : yum install -y libffi-devel
125+
123126 CIBW_ENVIRONMENT_LINUX : SUITESPARSE_FAST_BUILD=${{ env.SUITESPARSE_FAST_BUILD }}
124127
125128 # 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 = [
5353 " Programming Language :: Python :: 3.9" ,
5454 " Programming Language :: Python :: 3.10" ,
5555 " Programming Language :: Python :: 3.11" ,
56+ " Programming Language :: Python :: 3.12" ,
5657 " Programming Language :: Python :: 3 :: Only" ,
5758 " Intended Audience :: Developers" ,
5859 " Intended Audience :: Other Audience" ,
You can’t perform that action at this time.
0 commit comments