Skip to content

Commit

Permalink
Require Python 3.5 in setup.py (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjulian authored Dec 3, 2019
1 parent c64c353 commit 0cd3ff6
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 @@ -51,6 51,7 @@
url='https://github.com/rlworkgroup/dowel',
packages=find_packages(where='src'),
package_dir={'': 'src'},
python_requires='>=3.5',
install_requires=required,
extras_require=extras,
license='MIT',
Expand Down

0 comments on commit 0cd3ff6

Please sign in to comment.