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

fix: remove pkg_resources for compatibility with python 3.12 #52

Merged
merged 4 commits into from
May 3, 2024

Conversation

MaferMazu
Copy link
Contributor

Description

This PR:

Copy link
Member

@MoisesGSalas MoisesGSalas left a comment

Choose a reason for hiding this comment

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

You will also need to update the minimum version of tutor required to 17.0.2

install_requires=["tutor<18.0.0"],

importlib-metadata and importlib-resources were added in overhangio/tutor@d99b2fe which was first included in the 17.0.2 release.

@MaferMazu MaferMazu changed the title build: add python 3.12 support fix: remove pkg_resources for compatibility with python 3.12 May 2, 2024
@MaferMazu
Copy link
Contributor Author

Nice catch. Thanks, @MoisesGSalas. Do you have other feedback, or are we okay?

@MaferMazu MaferMazu requested a review from MoisesGSalas May 2, 2024 21:52
@MaferMazu MaferMazu merged commit e9d7710 into main May 3, 2024
4 checks passed
@MaferMazu
Copy link
Contributor Author

I won't create a release for this change since we will soon create a release for Redwood. See #50.

If you need a release before Redwood, please open an issue.

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