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

Support Python >=3.10,<4 #1000

Closed
tachylatus opened this issue Sep 7, 2022 · 2 comments
Closed

Support Python >=3.10,<4 #1000

tachylatus opened this issue Sep 7, 2022 · 2 comments
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@tachylatus
Copy link

tachylatus commented Sep 7, 2022

The package builds and runs with Python 3.10 (also in development mode).
Originally posted by @gboehl in sdv-dev/Copulas#195 (comment)

Python 3.10 was first released on 2021-10-04, and Python 3.11 is right around the corner.

You should either change the python_requires version constraint to >=3.6,<4 or remove it entirely.
If it would ease the maintenance burden to drop support for Python 3.6, consider doing so as well, as it has not been supported for over a year now.

@npatki
Copy link
Contributor

npatki commented Sep 7, 2022

Hi @tachylatus, thanks for filing this. Seems like this could ease the burden for both users and the maintainers. I'm moving it into our main SDV library, where we track issues that apply to all libraries in our ecosystem (including Copulas)

Note: For the support of Python 3.10 explicitly, there is an existing issue -- #939.

@npatki npatki transferred this issue from sdv-dev/Copulas Sep 7, 2022
@npatki npatki added maintenance Tasks related to infrastructure & dependencies under discussion Issue is currently being discussed labels Sep 7, 2022
@npatki npatki removed the under discussion Issue is currently being discussed label Sep 27, 2022
@amontanez24 amontanez24 added this to the 0.18.0 milestone Jan 23, 2023
@amontanez24 amontanez24 self-assigned this Jan 23, 2023
@amontanez24
Copy link
Contributor

Resolved by #1179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

3 participants