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

Drop Python 2.7 support #113

Open
slott56 opened this issue Sep 23, 2024 · 0 comments
Open

Drop Python 2.7 support #113

slott56 opened this issue Sep 23, 2024 · 0 comments

Comments

@slott56
Copy link

slott56 commented Sep 23, 2024

Now that version 3.0 is available, can we drop support for Python 2.7? This would remove a some complications, and permit using type hints as well as making LatexNodeList a proper list[LatexNode] subclass.

Keeping compatibility with Python 3.8 is challenging, but, it doesn't look like the new type statement or match-case are required. (Jumping to Python 3.10 has numerous advantages language-wise, but the user community may have a large number of people who can't or won't upgrade.)

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

No branches or pull requests

1 participant