BYVoid / OpenCC

Conversion between Traditional and Simplified Chinese
https://opencc.byvoid.com/
Apache License 2.0
8.3k stars 974 forks source link

build: Update to `manylinux2014` in build scripts and setup.py (#874) #875

Closed ferstar closed 1 month ago

ferstar commented 1 month ago

Update the platform name from manylinux1 to manylinux2014 in the Linux build scripts and setup.py to comply with the updated Python wheel specification. This change ensures that the built packages are compatible with the newer manylinux2014 standard, which provides better support for newer Linux distributions and wheel formats.