Skip to content

Commit

Permalink
does not support python 3.8 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Sep 27, 2020
1 parent a7ca71f commit 53b986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
URL = 'https://github.com/nextgenusfs/amptk'
EMAIL = '[email protected]'
AUTHOR = 'Jon Palmer'
REQUIRES_PYTHON = '>=2.7.0, !=3.0.*, !=3.1.*, !=3.2.*, <4'
REQUIRES_PYTHON = '>=2.7.0, !=3.0.*, !=3.1.*, !=3.2.*, <3.8'
VERSION = None

# What packages are required for this module to be executed?
Expand All @@ -26,7 +26,7 @@
'biopython', 'matplotlib',
'seaborn', 'psutil',
'pandas', 'matplotlib',
'natsort' ,'biom-format',
'natsort', 'biom-format',
'requests'
]

Expand Down

0 comments on commit 53b986a

Please sign in to comment.