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

Simplify project dependencies #167

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Simplify project dependencies #167

merged 1 commit into from
Mar 12, 2024

Conversation

dmtucker
Copy link
Collaborator

We don't need to capture the requirements of other projects. For example, if mypy 0.50 were to work on Python 3.11, we would support it because we have to support it on Python 3.7 anyways. Moreover, simplifying these pins does not forego the ability to require newer versions of mypy/pytest as older versions of Python become unsupported.

@dmtucker dmtucker marked this pull request as ready for review March 12, 2024 22:01
@dmtucker dmtucker merged commit d0daa50 into realpython:main Mar 12, 2024
6 checks passed
@dmtucker dmtucker deleted the deps branch March 12, 2024 22:01
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.

None yet

1 participant