Skip to content

Commit

Permalink
Travis CI: Add Python 3.9 (#689)
Browse files Browse the repository at this point in the history
* Travis CI: Add Python 3.9

* Update .travis.yml

* Update .travis.yml

* setup.py: One last release supporting Python 3.5
  • Loading branch information
cclauss committed Nov 9, 2020
1 parent 0cdfa34 commit 0012bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,9 +1,11 @@
os: linux
dist: xenial
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9

services:
- mysql
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -32,6 +32,7 @@
"License :: Public Domain",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 0012bd2

Please sign in to comment.