File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
sudo : false
3
3
python :
4
- - 2.6
5
- - 2.7
6
- - 3.3
7
- - 3.4
8
4
- 3.5
9
5
- 3.6
6
+ - 3.7
7
+ - 3.8
10
8
- pypy
11
9
12
10
matrix :
Original file line number Diff line number Diff line change 28
28
--version show program's version number and exit
29
29
30
30
"""
31
- from __future__ import print_function #pragma: no cover
32
31
import sys #pragma: no cover
33
32
import os #pragma: no cover
34
33
import argparse #pragma: no cover
Original file line number Diff line number Diff line change 20
20
'Environment :: Win32 (MS Windows)' ,
21
21
'Intended Audience :: Developers' ,
22
22
'License :: OSI Approved :: MIT License' ,
23
- 'Programming Language :: Python :: 2.7' ,
24
- 'Programming Language :: Python :: 3.2' ,
25
- 'Programming Language :: Python :: 3.3' ,
26
- 'Programming Language :: Python :: 3.4' ,
27
23
'Programming Language :: Python :: 3.5' ,
28
24
'Programming Language :: Python :: 3.6' ,
25
+ 'Programming Language :: Python :: 3.7' ,
26
+ 'Programming Language :: Python :: 3.8' ,
29
27
'Topic :: Software Development :: Documentation' ,
30
28
]
31
29
49
47
],
50
48
},
51
49
install_requires = [
52
- 'parso= =0.1.1'
50
+ 'parso> =0.1.1'
53
51
]
54
52
)
You can’t perform that action at this time.
0 commit comments