-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Open to cutting a 4.2.8 release? #1931
Comments
It will be |
Oh if it was a bugfix version bump, I am okay with requesting it 🤓 , but I don't want to rush a major version bump. If it's a major version bump, that would be up to your own choice in timing |
Is there an appetite for back-fixing other bug fixes? It'd be great to have #1913 in an earlier version too! |
looking forward to a release here as well. |
Yep it would be 5.0.0. But the major version bump is just to stay in sync with Django version numbers. It shouldn't be significantly more complex than a typical release for us. It's more that I've been absent from this project lately and nobody else has stepped up to handle the release. I wrote more at #1493 (comment) |
I think that |
We already dropped Python 3.7 in version 4.2.1 😄 https://github.com/typeddjango/django-stubs?tab=readme-ov-file#version-compatibility |
Sorry, I got confused. 3.8 is not supported by But, we cannot drop it yet, since it is still a supported Python version. |
that could be fixed by making it install pre-commit with a different version if the python version is less than a certain number https://pip.pypa.io/en/stable/reference/requirement-specifiers/ |
@delfick PR is welcome :) |
Since versions in I can attain what I wanted by pinning requirements to the last commit https://github.com/typeddjango/django-stubs/tree/7564f79d8d1574dc642e80c215c9262d7fe15baf like so: django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@7564f79d8d1574dc642e80c215c9262d7fe15baf#subdirectory=ext # Matching django-stubs
django-stubs[compatible-mypy] @ git+https://github.com/typeddjango/django-stubs.git@7564f79d8d1574dc642e80c215c9262d7fe15baf # For mypy 1.8 As shared above, there is a |
|
Are you open to cutting a new release (for
mypy==1.8
)?django-stubs[compatible-mypy]==4.2.7
is pinned tomypy==1.7
: https://github.com/typeddjango/django-stubs/blob/4.2.7/setup.py#L35, but the currentmaster
is notThe text was updated successfully, but these errors were encountered: