Skip to content

Commit

Permalink
Merge pull request #291 from LSturtew/pep-440
Browse files Browse the repository at this point in the history
Fix python_requires to valid PEP 440 syntax
  • Loading branch information
xzkostyan committed Feb 22, 2022
2 parents 3f01c93 + d6429a0 commit c11bedc
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 @@ -117,7 +117,7 @@ def read_version():
'Documentation': 'https://clickhouse-driver.readthedocs.io',
},
packages=find_packages('.', exclude=['tests*']),
python_requires='>=3.4.*, <4',
python_requires='>=3.4, <4',
install_requires=[
'pytz',
'tzlocal',
Expand Down

0 comments on commit c11bedc

Please sign in to comment.