File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
python-version : [
19
- " 3.8" ,
20
19
" 3.9" ,
21
20
" 3.10" ,
22
21
" 3.11" ,
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 Pythons >= 3.8 .
77
+ Pyshp is compatible with Pythons >= 3.9 .
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 ) ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers =
23
23
24
24
[options]
25
25
py_modules = shapefile
26
- python_requires = >=3.8
26
+ python_requires = >=3.9
27
27
28
28
[bdist_wheel]
29
29
universal =1
Original file line number Diff line number Diff line change 3
3
Provides read and write support for ESRI Shapefiles.
4
4
authors: jlawhead<at>geospatialpython.com
5
5
maintainer: karim.bahgat.norway<at>gmail.com
6
- Compatible with Python versions >= 3.8
6
+ Compatible with Python versions >= 3.9
7
7
"""
8
8
9
9
__version__ = "2.3.1"
You can’t perform that action at this time.
0 commit comments