Skip to content

Commit

Permalink
close john-science#105 blocking PyPI from installing on unsupported P…
Browse files Browse the repository at this point in the history
…ython versions
  • Loading branch information
john-science committed Mar 15, 2020
1 parent 7b7eb76 commit 4317ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mazelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.9.4'
__version__ = '0.9.6'

from .mazelib import Maze
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Natural Language :: English'],
python_requires='>=3.3, !=3.8.* , !=3.9.* ',
license='GPLv3',
long_description='A Python library for creating and solving mazes.',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4317ee5

Please sign in to comment.