Skip to content

Commit

Permalink
Update supported and tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ojarva committed Dec 31, 2019
1 parent c82fbd0 commit 718c71a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ language: python
python:
- "3.5"
- "3.6"

# TODO: remove these overrides once default dist supports python 3.7
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- "3.7"
- "3.8"

install:
- "pip install -r requirements.txt"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"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 :: 3.8",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Software Development :: Libraries",
],
Expand Down

0 comments on commit 718c71a

Please sign in to comment.