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

build: drop support for python 3.8 and 3.9 #1792

Merged
merged 5 commits into from
Jan 10, 2025

Conversation

egparedes
Copy link
Contributor

@egparedes egparedes commented Jan 9, 2025

This PR only changes configuration files to drop support for old python versions. Refactorings and code changes will follow in different PRs.

@egparedes egparedes requested review from havogt and edopao January 9, 2025 12:16
Copy link
Contributor

@edopao edopao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

README.md Outdated Show resolved Hide resolved
@egparedes
Copy link
Contributor Author

egparedes commented Jan 9, 2025

Question: should we bump the gt4py version in this PR? And if yes, should it a major or a minor version bump?

@havogt
Copy link
Contributor

havogt commented Jan 10, 2025

I would not change the version here, as we typically changed version before release. Let's discuss if we should change that, e.g. something like gridtools cpp where main points to the next minor version (or major in case we are working on a new major release).

@@ -292,7 +288,8 @@ docstring-code-format = true
# NPY: NumPy-specific rules
# RUF: Ruff-specific rules
ignore = [
'E501' # [line-too-long]
'E501', # [line-too-long]
'B905' # [zip-without-explicit-strict] # TODO(egparedes): Reevaluate this rule
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd vote for removing this in a next PR.

@egparedes egparedes merged commit 3a1a403 into GridTools:main Jan 10, 2025
35 checks passed
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.

3 participants