Skip to content

Commit c71d163

Browse files
author
Hugo Osvaldo Barrera
committed
Officially support Python 3.7
1 parent b9f4cc8 commit c71d163

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ cache: pip
44
python:
55
- 3.5
66
- 3.6
7-
- 3.7-dev
87

98

109
stages:
@@ -18,6 +17,10 @@ script:
1817

1918
jobs:
2019
include:
20+
- stage: test
21+
python: 3.7
22+
dist: xenial
23+
sudo: true
2124
- stage: deploy
2225
script:
2326
- pip install wheel twine

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'Programming Language :: Python :: 3',
2727
'Programming Language :: Python :: 3.5',
2828
'Programming Language :: Python :: 3.6',
29+
'Programming Language :: Python :: 3.7',
2930
'Topic :: Multimedia :: Graphics',
3031
'Topic :: Software Development :: Libraries :: Python Modules',
3132
],

0 commit comments

Comments
 (0)