Skip to content

Commit

Permalink
Update Magic values for Python 3.7 (Fixes #123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Feb 13, 2018
1 parent e739876 commit 52b7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FilesCheck.py
Expand Up @@ -331,7 +331,7 @@ def peek(filename, pkg, length=1024):
'3.4': [3310],
'3.5': [3350, 3351], # 3350 for < 3.5.2
'3.6': [3379],
'3.7': [3390],
'3.7': [3390, 3391, 3392, 3393],
}


Expand Down

1 comment on commit 52b7157

@hroncok
Copy link
Contributor

Choose a reason for hiding this comment

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

@dirkmueller Thank you.

Please sign in to comment.