Skip to content

Commit ee11bec

Browse files
hugovkBoboTiG
authored andcommitted
Test on Python 3.7 instead of 3.7-dev
1 parent efae2be commit ee11bec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ python:
33
- 2.7
44
- 3.5
55
- 3.6
6-
- 3.7-dev
76
- nightly # currently points to 3.8-dev
87

8+
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
14+
915
addons:
1016
apt:
1117
packages:

docs/source/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Support
44

55
Feel free to try MSS on a system we had not tested, and let report us by creating an `issue <htps://github.com/BoboTiG/python-mss/issues>`_.
66

7-
GNU/Linux, macOS and Windows: **2.7**, 3.5, **3.6** and 3.7-dev.
7+
GNU/Linux, macOS and Windows: **2.7**, 3.5, 3.6 and **3.7**.
88

99

1010
Future

0 commit comments

Comments
 (0)