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

Update minimal Python version to 3.11 #3033

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

amolenaar
Copy link
Member

@amolenaar amolenaar commented Jan 17, 2024

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

We're building and testing Python 3.11 and 3.12. However, the project suggests it works with Python 3.10 as well.

Issue Number: N/A

What is the new behavior?

Update minimal Python version to 3.11.

Remove uses of exceptiongroup module. 3.11 has native support for those.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Remove uses of exceptiongroup module. 3.11 has native support for those.
@github-actions github-actions bot added the python Pull requests that update Python code label Jan 17, 2024
Copy link
Member

@danyeaw danyeaw left a comment

Choose a reason for hiding this comment

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

Thanks @amolenaar!

@danyeaw danyeaw added chore Maintenance related PR and removed python Pull requests that update Python code labels Jan 18, 2024
@danyeaw danyeaw merged commit faa527b into main Jan 18, 2024
20 checks passed
@danyeaw danyeaw deleted the drop-exceptiongroup-module branch January 18, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants