Skip to content

Commit

Permalink
python versions in setup.py to be consistent with CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Mar 3, 2023
1 parent 195e627 commit 991951d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setup_package():
maintainer="Hu Shao",
maintainer_email="shaohutiger@gmail.com",
py_modules=["pointpats"],
python_requires=">3.5",
python_requires=">3.7",
tests_require=["pytest"],
keywords="spatial statistics",
classifiers=[
Expand All @@ -59,8 +59,10 @@ def setup_package():
"Topic :: Scientific/Engineering :: GIS",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
],
license="3-Clause BSD",
packages=find_packages(),
Expand Down

0 comments on commit 991951d

Please sign in to comment.