Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Test against Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 6, 2018
1 parent 3c52ac3 commit e06147a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_description():
],

install_requires=[
'PyYAML ~= 3.12',
'PyYAML ~= 3.13',
'simplejson ~= 3.8',
'parse ~= 1.8.0',
],
Expand Down
2 changes: 1 addition & 1 deletion yorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .mixins import ModelMixin

__project__ = 'YORM'
__version__ = '1.6a3'
__version__ = '1.6a4'

0 comments on commit e06147a

Please sign in to comment.