Skip to content

Commit 8eb617a

Browse files
authored
Merge pull request #80 from ovh/dev/gbauduin/py3.7
Adding python3.7 support
2 parents 6f40e07 + 0968e2c commit 8eb617a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
# - "3.7" -- this is done through the "matrix" parameter
78
- "nightly"
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
814
jobs:
915
allow_failures:
1016
- python: "nightly"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.4
2121
Programming Language :: Python :: 3.5
2222
Programming Language :: Python :: 3.6
23+
Programming Language :: Python :: 3.7
2324
Topic :: Software Development :: Libraries :: Python Modules
2425
Topic :: System :: Archiving :: Packaging
2526

0 commit comments

Comments
 (0)