Skip to content

Commit 8f7a365

Browse files
authored
Merge pull request #1203 from ocefpaf/python_requires
add python_requires
2 parents 7d6f035 + 4c886e8 commit 8f7a365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ def _populate_hdf5_info(dirstosearch, inc_dirs, libs, lib_dirs):
742742
package_dir={'':'src'},
743743
package_data={"netCDF4.plugins": ["lib__nc*"]},
744744
ext_modules=ext_modules,
745+
python_requires=">=3.6",
745746
**setuptools_extra_kwargs)
746747

747748
# remove plugin files copied from outside source tree

0 commit comments

Comments
 (0)