File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
3
python :
4
- - ' 2.7'
5
- - ' 3.3'
6
- - ' 3.4'
7
- - ' 3.5'
4
+ - " 2.7"
5
+ - " 3.5"
6
+ - " 3.6"
7
+ - " 3.7"
8
+ - " 3.8"
9
+ - " pypy"
10
+ - " pypy3"
8
11
9
12
install :
10
13
- pip install .
11
- - pip install -U setuptools>=38.6.0
14
+ - pip install -U setuptools
12
15
13
16
script :
14
17
- python shapefile.py
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ def read_file(file):
23
23
classifiers = ['Programming Language :: Python' ,
24
24
'Programming Language :: Python :: 2.7' ,
25
25
'Programming Language :: Python :: 3' ,
26
+ 'Programming Language :: Python :: 3.5' ,
27
+ 'Programming Language :: Python :: 3.6' ,
28
+ 'Programming Language :: Python :: 3.7' ,
29
+ 'Programming Language :: Python :: 3.8' ,
26
30
'Topic :: Scientific/Engineering :: GIS' ,
27
31
'Topic :: Software Development :: Libraries' ,
28
32
'Topic :: Software Development :: Libraries :: Python Modules' ])
You can’t perform that action at this time.
0 commit comments