Skip to content

Commit

Permalink
Fix python_requires metadata to require >=3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Feb 1, 2021
1 parent bd9c572 commit aec8fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -123,7 +123,7 @@ def extra(self):
license='MIT',
packages=['pydantic'],
package_data={'pydantic': ['py.typed']},
python_requires='>=3.6',
python_requires='>=3.6.1',
zip_safe=False, # https://mypy.readthedocs.io/en/latest/installed_packages.html
install_requires=[
'dataclasses>=0.6;python_version<"3.7"'
Expand Down

0 comments on commit aec8fce

Please sign in to comment.