Skip to content

Commit

Permalink
travis: changing Python version in test matrix
Browse files Browse the repository at this point in the history
* INCOMPATIBLE Removes Python 3.3 from a list of supported Python
  versions.

Signed-off-by: Riccardo Candido <riccardo.candido@gmail.com>
  • Loading branch information
rikirenz authored and jirikuncar committed Jan 13, 2017
1 parent 4b7e898 commit b68e530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

env:
- REQUIREMENTS=lowest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit b68e530

Please sign in to comment.