File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ name: build
7
7
on :
8
8
push :
9
9
pull_request :
10
- branches : [ master ]
11
10
workflow_dispatch :
12
11
13
12
jobs :
17
16
fail-fast : false
18
17
matrix :
19
18
python-version : [
20
- " 2.7" ,
21
- " 3.5" ,
22
- " 3.6" ,
23
- " 3.7" ,
24
19
" 3.8" ,
25
20
" 3.9" ,
26
21
" 3.10" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Both the Esri and XBase file-formats are very simple in design and memory
74
74
efficient which is part of the reason the shapefile format remains popular
75
75
despite the numerous ways to store and exchange GIS data available today.
76
76
77
- Pyshp is compatible with Python 2.7-3.x .
77
+ Pyshp is compatible with Pythons >= 3.8 .
78
78
79
79
This document provides examples for using PyShp to read and write shapefiles. However
80
80
many more examples are continually added to the blog [ http://GeospatialPython.com ] ( http://GeospatialPython.com ) ,
You can’t perform that action at this time.
0 commit comments