File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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
- - 3.6-dev
8
- - 3.7-dev
6
+ - ' 3.7'
7
+ - ' 3.8'
8
+ - 3.8-dev
9
+ - 3.9-dev
9
10
- nightly
10
11
- pypy
11
12
- pypy3
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' ,
46
+ 'Programming Language :: Python :: 3.7' ,
47
+ 'Programming Language :: Python :: 3.8' ,
47
48
'Programming Language :: Python :: Implementation :: CPython' ,
48
49
'Programming Language :: Python :: Implementation :: PyPy' ,
49
50
'Topic :: Software Development :: Libraries' ,
You can’t perform that action at this time.
0 commit comments