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

Fix pyproject config #4

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Fix pyproject config #4

merged 3 commits into from
Sep 1, 2024

Conversation

JCGoran
Copy link
Owner

@JCGoran JCGoran commented Sep 1, 2024

  • Python 3.13 is still not out so max supported version is 3.12
  • due to before-all and before-build being run before any of the build-system.requires packages are installed, conan is now explicitly installed via pip on MacOS
  • fix strange build issue on Linux (had to do with the declaration of functions in Cython)

JCGoran and others added 3 commits September 1, 2024 16:04
* Python 3.13 is still not out so max supported version is 3.12
* due to `before-all` and `before-build` being run _before_ any of the
  `build-system.requires` packages are installed, conan is now
  explicitly installed via pip on MacOS
The newest compiler is not a fan of incorrect Cython definitions.
@JCGoran JCGoran merged commit 7a56ea1 into master Sep 1, 2024
4 checks passed
@JCGoran JCGoran deleted the fix/pyproject branch September 1, 2024 16:34
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