Skip to content

Commit

Permalink
add python requires to prevent use in 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Apr 24, 2021
1 parent 1c93f79 commit bfbde10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
include_package_data=True,
install_requires=['typing;python_version<"3.5"', 'typing-utils>=0.0.3'],
python_requires='>=3.6',
license='Apache License, Version 2.0',
keywords=['override', 'inheritence', 'OOP'],
classifiers=[
Expand Down

0 comments on commit bfbde10

Please sign in to comment.