Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Fixes #1344#1345

Open
stranger-danger-zamu wants to merge 1 commit intotwintproject:masterfrom
stranger-danger-zamu:patch-1
Open

Fixes #1344#1345
stranger-danger-zamu wants to merge 1 commit intotwintproject:masterfrom
stranger-danger-zamu:patch-1

Conversation

@stranger-danger-zamu
Copy link

Fixes #1344

Copy link

@minamotorin minamotorin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a mistake, sorry.

-     if sys.version[:2] < (3,6):
+     if sys.version_info[:2] < (3,6):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Bug on python >= 3.10

2 participants