Skip to content

Commit

Permalink
Merge pull request #6 from pranjaldhole/testing
Browse files Browse the repository at this point in the history
bug fix in testing
  • Loading branch information
pranjaldhole authored Apr 7, 2021
2 parents faf0d26 + 2029387 commit b3bdb2b
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 @@ -38,7 +38,7 @@ def local_scheme(version):
long_description=read('README.md'),
long_description_content_type='text/markdown',
packages=find_packages(),
python_requires='<=3.8',
python_requires='<3.9',
install_requires=requirements,
use_scm_version={"local_scheme": local_scheme},
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit b3bdb2b

Please sign in to comment.