Skip to content

Commit

Permalink
restrict to py36+
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Feb 21, 2020
1 parent 3776947 commit 907d6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
setup(
name='mapalign',

version='0.2.2',
python_requires='>=3.6',
version='0.3.0',
description='Mapalign',
long_description=long_description,

Expand Down

0 comments on commit 907d6c4

Please sign in to comment.