Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge 5e9c9cb into 0896a89
Browse files Browse the repository at this point in the history
  • Loading branch information
superdiana committed Aug 14, 2020
2 parents 0896a89 + 5e9c9cb commit 48d34ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
- "3.7"
# Enable 3.8 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
- python: 3.8
dist: xenial
sudo: true

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 48d34ed

Please sign in to comment.