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 #11529

Merged
merged 5 commits into from
Feb 14, 2025
Merged

Drop Python 3.8 support #11529

merged 5 commits into from
Feb 14, 2025

Conversation

eggplants
Copy link
Contributor

@eggplants eggplants commented Feb 8, 2025

What are you trying to accomplish?

Dropping 3.8 as announced here:
https://github.blog/changelog/2025-02-05-dependabot-no-longer-supports-python-3-8/

Previous same changes:

Anything you want to highlight for special attention from reviewers?

Workflows is passed in my repo action, except one smoke test related to pipenv:
https://github.com/eggplants/dependabot-core/actions/runs/13204029589

Maybe need updating https://github.com/dependabot/smoke-tests/tree/main/pipenv or others to drop 3.8.
dependabot/smoke-tests#257

How will you know you've accomplished your goal?

#11275's test has passed after rebasing/merging its branch.

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@eggplants eggplants requested a review from a team as a code owner February 8, 2025 03:59
@eggplants eggplants marked this pull request as draft February 8, 2025 10:55
@eggplants eggplants marked this pull request as ready for review February 13, 2025 17:09
# TODO: Drop the conditions and use the latest version once we drop support for Python 3.8.
hashin==1.0.2; python_version < '3.9'
hashin==1.0.3; python_version >= '3.9'

Choose a reason for hiding this comment

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

suggestion: Drop python_version condition altogether, now that latest version can be used (according to TODO).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, I've created #11601

@amazimbe amazimbe merged commit 81ae6e2 into dependabot:main Feb 14, 2025
46 of 47 checks passed
@eggplants eggplants deleted the drop-python-3.8 branch February 14, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants