Skip to content
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

Cython now requires a minimum version. Introduces setup.cfg. Cleans up the CI workflow #629

Merged
merged 1 commit into from
Jul 2, 2022

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Jun 18, 2022

  • As suggested by @tshirtman in PyPy: Fixes a segfault + add tests #627 we now require a minimum Cython version.
  • Build-time dependencies are now completely managed via pyproject.toml
  • extras are now described in setup.cfg
  • Install-time requirements are now described in setup.cfg
  • Removed some unused variables in setup.py
  • The CI workflow has been cleaned up from duplicates, and build-time dependencies are not installed anymore as are already handled via pip in an isolated build environment.
  • The CD workflow has NOT been updated yet to reflect the changes, as will be targeted during Uses cibuildwheel for releases #625

@misl6 misl6 force-pushed the fix/cython-version branch from 1096499 to b4ad126 Compare June 18, 2022 23:25
@misl6 misl6 requested a review from tshirtman June 27, 2022 19:19
@misl6 misl6 merged commit 0bc3463 into kivy:master Jul 2, 2022
@misl6 misl6 deleted the fix/cython-version branch July 2, 2022 15:35
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.

1 participant