Skip to content

Commit fbe882d

Browse files
authored
Merge pull request #5 from cco3/typing
Restrict python version for typing dependency Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents d89c6b6 + 88c1724 commit fbe882d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
requests >= 2.7.0, < 3.0.0
3434
intbitset >= 2.3.0, < 3.0
3535
saneyaml
36-
typing >=3.6, < 3.7
36+
typing >=3.6, < 3.7; python_version < "3.7"
3737
setup_requires = setuptools_scm[toml] >= 4
3838

3939
[options.packages.find]

0 commit comments

Comments
 (0)