Skip to content

Commit

Permalink
Merge pull request #169 from asherf/py37
Browse files Browse the repository at this point in the history
Add support for Python 3.7, drop Python 3.3 & 3.4 since they are EOL
  • Loading branch information
fizyk committed Aug 2, 2019
2 parents 6be3e9c + ee8d576 commit 56efda5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dist: xenial
sudo: true
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- pypy
- pypy3.5
# blocklist branches
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ def read(fname):
'Programming Language :: Python :: 2',
'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',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
],
package_dir={'': 'src'},
Expand Down

0 comments on commit 56efda5

Please sign in to comment.