Skip to content

Commit

Permalink
Merge pull request #103 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Require python 3.6 properly
  • Loading branch information
bboe committed Aug 5, 2020
2 parents d3740d4 + ef57d5e commit 1db01c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
description="Low-level communication layer for PRAW 4+.",
extras_require=extras,
install_requires=["requests >=2.6.0, <3.0"],
python_requires=">=3.5",
python_requires="~=3.6",
keywords="praw reddit api",
license="Simplified BSD License",
long_description=README,
Expand Down

0 comments on commit 1db01c5

Please sign in to comment.