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 at end of life #4131

Merged
merged 8 commits into from
Oct 9, 2024
Merged

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Oct 8, 2024

Closes #4125; probably easiest to review as individual commits.

Note that I've run shed --py39-plus once, but not enabled it in make format - that's because it also makes breaking changes to the from_type() machinery. Now enabled, along with related changes to from_type() to keep everything working on both sides of the transition. (from which I infer that our test suite does fancier stuff than ~any of our users, since we just discovered some things that didn't work before...)

Comment on lines +533 to +535
initial_traceback = getattr(
data.extra_information, "_expected_traceback", None
)
Copy link
Member

Choose a reason for hiding this comment

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

at this point we should probably remove extra_information in favor of the more strongly typed option of actual attributes on ConjectureData. But a task for another day.

@Zac-HD Zac-HD merged commit 3823610 into HypothesisWorks:master Oct 9, 2024
51 checks passed
@Zac-HD Zac-HD deleted the drop-py38 branch October 9, 2024 18:00
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.

Drop support for Python 3.8 at end-of-life
2 participants