File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ matrix:
4
4
include :
5
5
- python : 2.7
6
6
env : TOXENV=py27
7
- - python : 3.5
8
- env : TOXENV=py35
9
7
- python : 3.6
10
8
env : TOXENV=py36
11
9
- python : 3.7
12
10
env : TOXENV=py37
11
+ - python : 3.8
12
+ env : TOXENV=py38
13
13
14
14
dist : xenial
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def read(fname):
12
12
13
13
setup (
14
14
name = 'netflix-spectator-py' ,
15
- version = '0.1.10 ' ,
15
+ version = '0.1.11 ' ,
16
16
description = 'Python library for reporting metrics to Atlas.' ,
17
17
long_description = read ('README.md' ),
18
18
author = 'Brian Harrington' ,
@@ -40,8 +40,8 @@ def read(fname):
40
40
'Programming Language :: Python :: 2' ,
41
41
'Programming Language :: Python :: 2.7' ,
42
42
'Programming Language :: Python :: 3' ,
43
- 'Programming Language :: Python :: 3.5' ,
44
43
'Programming Language :: Python :: 3.6' ,
45
44
'Programming Language :: Python :: 3.7' ,
45
+ 'Programming Language :: Python :: 3.8' ,
46
46
]
47
47
)
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py{27,35, 36,37}
2
+ envlist = py{27,36,37,38 }
3
3
4
4
[testenv]
5
5
basepython =
6
6
py27: python2.7
7
- py35: python3.5
8
7
py36: python3.6
9
8
py37: python3.7
9
+ py38: python3.8
10
10
deps =
11
11
check-manifest
12
12
readme_renderer
You can’t perform that action at this time.
0 commit comments