We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.8 is nearing the end of life. On my fork, I have already tested Metax against Python 3.11 in CI pipelines without issues. You could update pyproject.toml python version pin; for reference, my fork version pin looks like this: https://github.com/EarthModule/fairdata-metax-v3/blob/master/pyproject.toml#L18
pyproject.toml
Python 3.12 is currently in the bug fix stage, so the logical upgrade would be 3.11.
For EOL and version stages, see this chart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python 3.8 is nearing the end of life. On my fork, I have already tested Metax against Python 3.11 in CI pipelines without issues. You could update
pyproject.toml
python version pin; for reference, my fork version pin looks like this: https://github.com/EarthModule/fairdata-metax-v3/blob/master/pyproject.toml#L18Python 3.12 is currently in the bug fix stage, so the logical upgrade would be 3.11.
For EOL and version stages, see this chart
The text was updated successfully, but these errors were encountered: