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

Increase minimally necessary Python version to 3.10 #20

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pekasen
Copy link
Collaborator

@pekasen pekasen commented Feb 6, 2025

This updates the required Python version to >=3.10,<4.0.
Also add missing dependencies and (optional) development dependencies to the project.

Increase minimally required version of python to 3.10, set max. version less than 4.0.
Add tqdm to the list of dependencies.
Add dev dependencies.
@pekasen pekasen self-assigned this Feb 6, 2025
@pekasen pekasen linked an issue Feb 6, 2025 that may be closed by this pull request
@tomasruizt
Copy link
Collaborator

I'm fine with this change. Not sure if it affects @HohnerJulian perhaps you can quickly check with him.

@pekasen
Copy link
Collaborator Author

pekasen commented Feb 6, 2025

I'm fine with this change. Not sure if it affects @HohnerJulian perhaps you can quickly check with him.

@HohnerJulian any thoughts? Installation on modern versions of Python gets really easier if we drop support of the older version due changes in package building and distribution.

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.

Ditch Python >=3.7,<3.9 in favour of current pandas/numpy versions.
2 participants