-
-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from PEP513 to PEP599 or PEP600 #874
Comments
ferstar
changed the title
Migrate from PEP513 to PEP600
Migrate from PEP513 to PEP599 or PEP600
Jul 15, 2024
ferstar
added a commit
to ferstar/OpenCC
that referenced
this issue
Jul 15, 2024
…d#874) 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.
BYVoid
pushed a commit
that referenced
this issue
Jul 15, 2024
…#875) * build: Update to `manylinux2014` in build scripts and setup.py (#874) 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. * build: Dynamically assign manylinux platform name based on machine architecture
jiahansu
pushed a commit
to WiseSync/OpenCC
that referenced
this issue
Aug 21, 2024
…d#874) (BYVoid#875) * build: Update to `manylinux2014` in build scripts and setup.py (BYVoid#874) 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. * build: Dynamically assign manylinux platform name based on machine architecture
jiahansu
pushed a commit
to WiseSync/OpenCC
that referenced
this issue
Aug 21, 2024
…d#874) (BYVoid#875) * build: Update to `manylinux2014` in build scripts and setup.py (BYVoid#874) 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. * build: Dynamically assign manylinux platform name based on machine architecture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PEP 513 has reached End of Life (EOL) on March 31st, 2017.
So it's time to migrate
PEP 600
, and support more platforms.via: https://github.com/pypa/manylinux
The text was updated successfully, but these errors were encountered: