Skip to content

Commit 053b8ed

Browse files
authored
Merge pull request #288 from JamesParrott/pr/275
Pr/275
2 parents 0647419 + f1684fb commit 053b8ed

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name: build
77
on:
88
push:
99
pull_request:
10-
branches: [ master ]
1110
workflow_dispatch:
1211

1312
jobs:
@@ -17,10 +16,6 @@ jobs:
1716
fail-fast: false
1817
matrix:
1918
python-version: [
20-
"2.7",
21-
"3.5",
22-
"3.6",
23-
"3.7",
2419
"3.8",
2520
"3.9",
2621
"3.10",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Both the Esri and XBase file-formats are very simple in design and memory
7474
efficient which is part of the reason the shapefile format remains popular
7575
despite the numerous ways to store and exchange GIS data available today.
7676

77-
Pyshp is compatible with Python 2.7-3.x.
77+
Pyshp is compatible with Pythons >= 3.8.
7878

7979
This document provides examples for using PyShp to read and write shapefiles. However
8080
many more examples are continually added to the blog [http://GeospatialPython.com](http://GeospatialPython.com),

0 commit comments

Comments
 (0)