Skip to content

Commit

Permalink
🔧 Prefer python_version < "3.6" instead of lowerEq 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret authored May 21, 2021
1 parent 3763635 commit 84c4dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version():
VERSION = get_version()

REQUIRED = [
'cached_property>=1.3,<=1.5.2; python_version <= "3.5"'
'cached_property>=1.3,<=1.5.2; python_version < "3.6"'
]

EXTRAS = {
Expand Down

0 comments on commit 84c4dae

Please sign in to comment.