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 #11

Merged
merged 20 commits into from
Nov 14, 2024
Merged

Conversation

mdpiper
Copy link
Member

@mdpiper mdpiper commented Nov 7, 2024

This PR contains a rebabelization of pymt_ecsimplesnow 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_ecsimplesnow works with pymt v1.3.2.

This fixes #10.

@mdpiper
Copy link
Member Author

mdpiper commented Nov 7, 2024

The Windows build is failing. Looking back at earlier work, I'm not sure I got meson + Fortran to work on Windows.

@mdpiper mdpiper marked this pull request as ready for review November 9, 2024 19:10
@mdpiper
Copy link
Member Author

mdpiper commented Nov 9, 2024

I haven't been able to figure out Windows, so I'm dropping it from this PR. I'll continue work on my mdpiper/try-windows branch.

@mdpiper mdpiper merged commit 8ece419 into master Nov 14, 2024
7 checks passed
@mdpiper mdpiper deleted the mdpiper/update-for-pymt132 branch November 14, 2024 04:02
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