-
Notifications
You must be signed in to change notification settings - Fork 1
Python 3.6 support? #3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Yeah, I'm to blame for letting Python 3.6 support continue... I added generic typing to all the declarative classes, which works fine for everything but I tried every which way to get it to work, and eventually just... well... pushed out the generic typing without killing Python 3.6 support. Probably because I was ashamed I couldn't find a workaround. It's time for it to die, though, as much as it pains me. (Though, honestly, I use the walrus operator enough that I won't use anything below 3.8 :P) |
Okay, I pushed a new version, 0.3.1, that removes Python 3.6 support. I also added a Travis CI config (one day, I'll switch to GH actions) to run the tox tests, so at least I'll have a harder time hiding my poor decisions :P Lastly, I added Python 3.11 to the tox config, for more version coverage going forward. Thanks for taking the time to report this; I appreciate the effort <3 |
I realize python 3.6 is end of life but 0.3.0 fails tests on python 3.6.15 whereas it passes on 3.7.12 so just wanted to report the error, even if the "fix" is to specify the library is 3.7+.
The text was updated successfully, but these errors were encountered: