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 #104

Closed
wants to merge 1 commit into from
Closed

Python 3.12 support #104

wants to merge 1 commit into from

Conversation

JuanPedroGHM
Copy link
Member

Attempted to add support to it through pdm, because poetry was not cooperating. I might not go with it, I don't like the venv management aspect very much, but I just might need to get used to. Otherwise, it might be better to just use setuptools

Turns out, the problem is numpy, that will not allow the library to support py3.8 and py3.12. I don't want to drop support for 3.8 yet, as it is still officially supported with security updates, and a lot of projects probably still use 3.8. But there is a change, I might lose users that want to use the latest updates for development.

Need to look more into this, there might be some special configuration for either poetry or pdm.

…12 support will not work as long as we support 3.8, because numpy
@JuanPedroGHM JuanPedroGHM linked an issue Feb 1, 2024 that may be closed by this pull request
@JuanPedroGHM JuanPedroGHM marked this pull request as draft June 7, 2024 11:25
@JuanPedroGHM JuanPedroGHM removed a link to an issue Aug 14, 2024
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