-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Drop Python 3.6 as a supported version of Python #2566
Labels
Comments
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
Python 3.7 is now our minimum-supported Python, and so we don't need to pull in dataclasses any more. See Textualize#2566.
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
Python 3.7 is now our minimum-supported Python, and so we don't need to add our own version of isascii any more. See Textualize#2566.
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
Python 3.7 is now our minimum-supported Python, and so we don't need to add these properties any more. See Textualize#2566.
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
The minimum-supported Python has changed from 3.6.x to 3.7. See Textualize#2566.
Currently blocked by testing-via-actions as there's an issue with Poetry and Windows testing. |
davep
added a commit
to davep/rich
that referenced
this issue
Oct 10, 2022
Now that we've dropped dataclasses as a dependency, this can be dropped too. See Textualize#2566.
Did I solve your problem? Why not buy the devs a coffee to say thanks? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Time to drop Python 3.6 as a version of Python supported by Rich. The reasons for doing so include:
Actions to take include:
_null_file.py
.dataclasses
as a dependency.isascii
inrule.py
.pythonpackage.yml
.pyproject.toml
->[tool.poetry]
->classifiers
.Compatibility
section ofREADME.md
(and all translations).The text was updated successfully, but these errors were encountered: