-
Notifications
You must be signed in to change notification settings - Fork 228
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 python2 support #519
Drop python2 support #519
Conversation
They were used to hide differences (name or behaviour) between python2 and 3. So they are not useful anymore due to the removal of python2 support.
datetime.timezone.utc exists since python 3.2
The last commit should fix the However, when I run |
@sblondon it might depend on the black version used. At @borgbackup, we have a version-fixed requirement in At @msgpack there is also such a definition in |
No, I runned the |
The PR removes python2 references and cases.
tox
command is green on cpython3.9 (py39-c and py39-pure) on my local machine.Close #518