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

[BUG] Python 3.11 support, Numba support #451

Closed
martinvonk opened this issue Jan 9, 2023 · 3 comments
Closed

[BUG] Python 3.11 support, Numba support #451

martinvonk opened this issue Jan 9, 2023 · 3 comments
Assignees
Labels
bug Indicates an unintended behavior or coding error

Comments

@martinvonk
Copy link
Collaborator

Python 3.11 is currently not supported by Numba so maybe we shouldn't either? They are working on it though: numba/numba#8304
Either way all tests on the dev branch are failing (see #441) since we added python 3.11 to setup.py :)

However, if we always want/need to follow Numba , should we enforce it as a dependency and not make it optional anymore? We also don't support NumPy 1.24 because of Numba. Or maybe we should do different tests on the dev branch that don't need Numba (and thus are slower).

@martinvonk martinvonk added the bug Indicates an unintended behavior or coding error label Jan 9, 2023
@martinvonk
Copy link
Collaborator Author

7acc504

@martinvonk
Copy link
Collaborator Author

Closing because #452 exists

@raoulcollenteur
Copy link
Member

Two minds think alike :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unintended behavior or coding error
Projects
None yet
Development

No branches or pull requests

2 participants