Skip to content

Commit

Permalink
pyhton req.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMakarchuk committed Dec 3, 2024
1 parent f348153 commit 0d20f98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,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",
"Topic :: Scientific/Engineering :: Information Analysis",
],
Expand All @@ -65,9 +62,8 @@
extras_require={
"dev": dev_requirements,
},
# Windows CI requires Python 3.10.
python_requires=">=3.10",
install_requires=general_requirements,
packages=find_packages(),
include_package_data=True,
)
)

0 comments on commit 0d20f98

Please sign in to comment.