File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.7-dev"
3
+ - " 3.8-dev"
4
+ - " 3.7"
4
5
- " 3.6"
5
6
- " 3.5"
6
7
- " 3.4"
7
- - " 3.3"
8
8
- " 2.7"
9
9
install :
10
10
- pip install nose
Original file line number Diff line number Diff line change 49
49
'License :: OSI Approved :: MIT License' ,
50
50
'Programming Language :: Python' ,
51
51
'Programming Language :: Python :: 2.7' ,
52
- 'Programming Language :: Python :: 3.3' ,
53
52
'Programming Language :: Python :: 3.4' ,
54
53
'Programming Language :: Python :: 3.5' ,
55
54
'Programming Language :: Python :: 3.6' ,
56
55
'Programming Language :: Python :: 3.7' ,
56
+ 'Programming Language :: Python :: 3.8' ,
57
57
'Programming Language :: Python :: Implementation :: CPython' ,
58
58
'Operating System :: OS Independent' ,
59
59
'Topic :: Software Development :: Libraries' ,
You can’t perform that action at this time.
0 commit comments