Skip to content

[CI FIX]: remove the use of pkg_resources#120

Open
TenzDelek wants to merge 1 commit intoOpenPecha:masterfrom
TenzDelek:cifix
Open

[CI FIX]: remove the use of pkg_resources#120
TenzDelek wants to merge 1 commit intoOpenPecha:masterfrom
TenzDelek:cifix

Conversation

@TenzDelek
Copy link
Member

@TenzDelek TenzDelek commented Mar 16, 2026

fixes #119

Problem

setuptools 82+ removed pkg_resourcespypa/setuptools#5174, which broke our CI. Our setup.py imported it to assert setuptools >= 38.6.0.

Solution:

Removed the assertion. It was a safeguard from 2017 when long_description_content_type was new.
Today, setuptools is in the 80+ range and pip itself requires a much newer version so The check would never fail in practice. current code was kind of deadcode

@TenzDelek
Copy link
Member Author

CI Should work as expected. PTAL @eroux

@TenzDelek TenzDelek changed the title ci fix [CI FIX]: remove the use of pkg_resources Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can't create new version

1 participant