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

Update build system for Python >=3.12 #3

Merged
merged 21 commits into from
Jan 21, 2025
Merged

Conversation

mdpiper
Copy link
Member

@mdpiper mdpiper commented Jan 21, 2025

This PR contains a rebabelization of pymt_gipl to use the meson build system, replacing the build system based on numpy.distutils, which was removed in Python 3.12.

Other significant changes:

  • Use pyproject.toml for package metadata
  • Use GitHub Actions for CI
  • Use zest.releaser for versioning

This rebuilt version of pymt_gipl works with pymt v1.3.2 (see csdms/pymt#177).

This fixes #2.

@mdpiper mdpiper marked this pull request as ready for review January 21, 2025 22:29
@mdpiper mdpiper merged commit e586f2a into master Jan 21, 2025
7 checks passed
@mdpiper mdpiper deleted the mdpiper/update-to-meson branch January 21, 2025 22:51
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.

numpy.distutils removed in Python >= 3.12
1 participant