Skip to content

Commit

Permalink
Support any Python 3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctberthiaume committed May 22, 2018
1 parent 9764f74 commit 2cf2ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opedia_dataset_validator/_version.py
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@
'Programming Language :: Python :: 3.6'
],
keywords = ['opedia', 'validator'],
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4',
python_requires='>=2.6, <4',
install_requires=[
'arrow',
'click',
Expand Down

0 comments on commit 2cf2ec2

Please sign in to comment.