File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- ' 2.7'
4
- - ' 3.4'
5
4
- ' 3.5'
6
5
- ' 3.6'
7
6
- ' 3.7'
8
- - 3.7-dev
9
- - 3.8-dev
7
+ - ' 3.8'
8
+ - ' 3.9'
9
+ - 3.10-dev
10
10
- nightly
11
- - pypy
12
11
- pypy3
13
12
install :
14
13
- travis_retry pip install coveralls
Original file line number Diff line number Diff line change 41
41
'Programming Language :: Python :: 2' ,
42
42
'Programming Language :: Python :: 2.7' ,
43
43
'Programming Language :: Python :: 3' ,
44
- 'Programming Language :: Python :: 3.4' ,
45
44
'Programming Language :: Python :: 3.5' ,
46
45
'Programming Language :: Python :: 3.6' ,
47
46
'Programming Language :: Python :: 3.7' ,
47
+ 'Programming Language :: Python :: 3.8' ,
48
+ 'Programming Language :: Python :: 3.9' ,
48
49
'Programming Language :: Python :: Implementation :: CPython' ,
49
50
'Programming Language :: Python :: Implementation :: PyPy' ,
50
51
'Topic :: Software Development :: Libraries' ,
You can’t perform that action at this time.
0 commit comments