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

Python 3.12 support #174

Open
elagil opened this issue Apr 26, 2024 · 4 comments
Open

Python 3.12 support #174

elagil opened this issue Apr 26, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@elagil
Copy link

elagil commented Apr 26, 2024

With the release of Ubuntu 24.04 LTS, Python 3.12 is shipped.

Currently, cmsisdsp cannot install on it, due to it using the deprecated distutils.
The same is true for some dependencies (e.g. numpy 1.22).

I can create a PR, but it will require to update dependencies as well (e.g. to numpy 1.26).

@elagil
Copy link
Author

elagil commented Apr 26, 2024

@christophe0606
Copy link
Contributor

@elagil Thanks. I have a PR about Python support that have been pending forever.
I need to find some time to work on the Python support and correct all those problems.

@christophe0606 christophe0606 added the enhancement New feature or request label Apr 29, 2024
@elagil
Copy link
Author

elagil commented Apr 29, 2024

If you point me to the other PR, I can work on it. We need that support at our company, so I can spend a bit of time on the topic.

Would you be open to move forward to the (somewhat) new way of defining python packages? See https://peps.python.org/pep-0518/

The former setup.py or similar will be replaced by a pyproject.toml in the process.

@christophe0606
Copy link
Contributor

@elagil The PR : #148
I just need time to merge and test ... time that I have unfortunately not found so far :-)
I can switch to the new pyproject.toml ... I just need to still be able to support Python 3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants