Skip to content

Commit ed32cf6

Browse files
committed
Bump to 3.0.0 and supported versions to Python 3.9
1 parent d73866d commit ed32cf6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ keywords = gis, geospatial, geographic, shapefile, shapefiles
1616
classifiers =
1717
Development Status :: 5 - Production/Stable
1818
Programming Language :: Python
19-
Programming Language :: Python :: 2.7
20-
Programming Language :: Python :: 3
19+
Programming Language :: Python :: 3.9
2120
Topic :: Scientific/Engineering :: GIS
2221
Topic :: Software Development :: Libraries
2322
Topic :: Software Development :: Libraries :: Python Modules
2423

2524
[options]
2625
py_modules = shapefile
27-
python_requires = >=2.7
26+
python_requires = >=3.9
2827

2928
[bdist_wheel]
3029
universal=1

shapefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from __future__ import annotations
1010

11-
__version__ = "2.4.0"
11+
__version__ = "3.0.0-alpha"
1212

1313
import array
1414
import doctest

0 commit comments

Comments
 (0)