Skip to content

Commit

Permalink
Removed Python 3.7 and 3.8 support, and expanded acceptable NumPy ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
= committed Jun 20, 2024
1 parent 130883b commit 7f311d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

general_requirements = [
"pytest>=8,<9",
"numpy==1.26.4",
"numpy>=1.26.0",
"black",
"linecheck<1",
"yaml-changelog<1",
Expand Down Expand Up @@ -58,8 +58,6 @@
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: POSIX",
"Programming Language :: Python",
"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",
Expand All @@ -78,7 +76,7 @@
"policyengine-core=policyengine_core.scripts.policyengine_command:main",
],
},
python_requires=">=3.7",
python_requires=">=3.9",
extras_require={
"dev": dev_requirements,
},
Expand Down

0 comments on commit 7f311d9

Please sign in to comment.