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

Commits on Sep 1, 2024

  1. Fix pyproject config

    * 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
    JCGoran committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ad1dcbf View commit details
    Browse the repository at this point in the history
  2. Fixes for MacOS

    JCGoran committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7c573af View commit details
    Browse the repository at this point in the history
  3. Fix build on Linux

    The newest compiler is not a fan of incorrect Cython definitions.
    JCGoran committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    5cfc59a View commit details
    Browse the repository at this point in the history