Skip to content

Commit

Permalink
πŸ—‘οΈ Setup.py: Ended support for Python 3.7.x legacies (Fixes #48)
Browse files Browse the repository at this point in the history
- πŸ—οΈ Increased `python_requires` to `3.8` and above.
- πŸ”₯  Removed depreciated Python-3.7 from metadata.
  • Loading branch information
abhiTronix committed Jul 6, 2024
1 parent d448e1d commit 87db020
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 @@ -90,13 +90,12 @@
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"License :: OSI Approved :: Apache Software License",
"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",
],
python_requires=">=3.7",
python_requires=">=3.8",
scripts=[],
project_urls={
"Bug Reports": "https://github.com/abhiTronix/deffcode/issues",
Expand Down

0 comments on commit 87db020

Please sign in to comment.