Skip to content

Commit

Permalink
remove 3.6 python require
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygav committed Nov 13, 2020
1 parent 10b7808 commit 959678a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mixturelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'
3 changes: 1 addition & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ def read(file_path):

# options
packages=find_packages(),
python_requires='==3.6.*',
install_requires=requirements,
)
)

0 comments on commit 959678a

Please sign in to comment.