Skip to content

Commit

Permalink
chore: removed python 3.9 support in setup.py
Browse files Browse the repository at this point in the history
fixes: issue #244
  • Loading branch information
SylviaDu99 committed Oct 1, 2024
1 parent f7877c2 commit d6cb9fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -73,7 +72,7 @@
"policyengine-core=policyengine_core.scripts.policyengine_command:main",
],
},
python_requires=">=3.9",
python_requires=">=3.10",
extras_require={
"dev": dev_requirements,
},
Expand Down

0 comments on commit d6cb9fb

Please sign in to comment.