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

relax python constraint #15

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

yokomotod
Copy link
Collaborator

to support python 3.12.

Rather than python = ">=3.8,<3.13", I would like to allow any future python because of simple repository.

@Hi-king
Copy link
Member

Hi-king commented Mar 6, 2024

THX!. With describing ">=3.8" only, some libraries will be degraded. Please try not to degrade them 🙏

@yokomotod
Copy link
Collaborator Author

@Hi-king Right. I re-added ,<4 upper constraint,

so now rsa which has python-versions = ">=3.6,<4" keeps same version.

986cd82

Copy link
Member

@Hi-king Hi-king left a comment

Choose a reason for hiding this comment

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

Confirmed no more critical diff on poetry.lock . Great!

@Hi-king Hi-king merged commit 28c82ae into m3dev:main Mar 6, 2024
5 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.

2 participants