-
Notifications
You must be signed in to change notification settings - Fork 10
Python 3.11 support #177
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
Python 3.11 support #177
Conversation
Currently, ifes_apt_tc_data_modeling is blocking the tests because v0.0.9 requires Python <3.11, >=3.8. @mkuehbach could you check if newer python versions could also work for this tool? |
Hi @lukaspie, in principle that lib should also work for 3.11, at the point when the v0.0.9 was written that was not tested though and thus I switched py311 off. As I was planning to start on Monday anyways on implementing the ATO and APT parser for the FAU Erlangen examples, I would then test this with 3.11 and 3.12 and bump the ifes lib accordingly then |
e87f8d6
to
88351e3
Compare
Pull Request Test Coverage Report for Build 7045506775Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
Currently, numba is not available for python 3.12. They are working on this: numba/numba#9197 I will set the maximum python version to 3.11 here, so we at least can support this version. We can then add python 3.12 support as soon as numb 0.59 is released. |
I think it would be good to start extending the support matrix to newer versions.