Skip to content

Commit c7d7ee0

Browse files
committed
Don't test on dropped Python versions
1 parent c12ce65 commit c7d7ee0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: [
20-
"2.7",
21-
"3.5",
22-
"3.6",
23-
"3.7",
2420
"3.8",
2521
"3.9",
2622
"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)