Skip to content

Commit

Permalink
Support Python 3.7, drop 3.3 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jan 15, 2019
1 parent b39e599 commit 7b971b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matrix:
env: TOXENV=py35,flake8
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: pypy
env: TOXENV=pypy
# PyPy isn't yet available on Xenial
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def get_readme_md_contents():
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: PyPy",
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minversion = 3.7.0
skip_missing_interpreters = true
envlist =
py{27,33,34,35,36,py}
py{27,34,35,36,37,py}
flake8

[testenv]
Expand Down

0 comments on commit 7b971b6

Please sign in to comment.