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

Convert to a namespace package and upgrade GitHub actions #42

Merged
merged 20 commits into from
Sep 12, 2024

Conversation

JasperCraeghs
Copy link
Member

@JasperCraeghs JasperCraeghs commented Sep 10, 2024

  1. The module will no longer clutter the namespace mlx. They have been moved to the subpackage mlx.robot2rst.
  2. Convert the pkg_resources-style namespace package to a native namespace package
  3. Remove support for Python 3.7
  4. Test support for Python 3.12
  5. Address deprecation warning about use of pkg_resources
  6. Modernize the build system: Add a basic pyproject.toml

Closes #41

@JasperCraeghs JasperCraeghs changed the title Upgrade GitHub actions and modernize build of package Convert to a namespace package and upgrade GitHub actions Sep 12, 2024
@JokeWaumans
Copy link
Contributor

Sphinx 8 dropped support for Python 3.9, so the sphinx-latest test can only be executed on Python version higher than 3.9
FYI https://www.sphinx-doc.org/en/master/changes/8.0.html#release-8-0-0-released-jul-29-2024

@JokeWaumans
Copy link
Contributor

JokeWaumans commented Sep 12, 2024

The latest matplotlib requires Python>=3.10
https://github.com/matplotlib/matplotlib/blob/main/pyproject.toml#L43

@JasperCraeghs JasperCraeghs merged commit 258bff4 into master Sep 12, 2024
6 checks passed
@Letme Letme deleted the fix-artifacts branch September 16, 2024 13:20
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.

2 participants