Skip to content

Commit

Permalink
pyyaml is not ready yet for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-walser committed Mar 11, 2018
1 parent 29b3845 commit 4989332
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
# - "3.7-dev" # pyyaml not ready yet

before_install:
- sudo apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion changelogs/CHANGELOG-2.0.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Remote Update
#############

- Simple git fetch -p instead of git remote update -p several times
- Dropped support for python 3.3 and added 3.7 instead
- Dropped support for python 3.3
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def version(fpath):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Utilities'
]
)

0 comments on commit 4989332

Please sign in to comment.