Skip to content

Commit

Permalink
Merge pull request #206 from vphilippon/python_requires
Browse files Browse the repository at this point in the history
Add python_requires='>=3.5' to setup.py
  • Loading branch information
tobgu authored Sep 9, 2020
2 parents 97190f8 + 47ab1f3 commit bb615c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ def build_extension(self, ext):
cmdclass={'build_ext': custom_build_ext},
packages=['pyrsistent'],
package_data={'pyrsistent': ['py.typed', '__init__.pyi', 'typing.pyi']},
python_requires='>=3.5',
)

0 comments on commit bb615c0

Please sign in to comment.