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

Drop Python 3.8 support #87

Open
veenstrajelmer opened this issue Jun 16, 2023 · 0 comments
Open

Drop Python 3.8 support #87

veenstrajelmer opened this issue Jun 16, 2023 · 0 comments

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Jun 16, 2023

  • python 3.8 is EOL in October 2024: https://devguide.python.org/versions
  • many packages already dropped support, overview in: drop Python 3.8 support dfm_tools#267
  • update supported python versions in pyproject.toml
  • update readme/contributing/installation
  • HMC currently uses Python 3.8.14 and RedHat8 does not support python 3.9. Wait for HMC update to RedHat 9 (update 28-5-2024: is being tested, all systems will be transfered somewhere after summer 2024)

Waiting issues:

  • timestep_min None instead of np.nan #156
  • mindeps yml was made quite complex to make requirement solving on py38 possible by exluding some optional dependencies. In py3.9 this will be easier since toml-to-requirements>=0.2.0 (only available for py>=39) supports including only some of the optional requirement lists
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

No branches or pull requests

1 participant