Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Jan 28, 2024
1 parent 05b67b9 commit dbe9d0c
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 @@ -27,12 +27,11 @@
long_description_content_type="text/markdown",
packages=["sv_ttk"],
package_data={"sv_ttk": ["sv.tcl", "theme/*", "py.typed"]},
python_requires=">=3.7",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Developers",
"Topic :: Software Development :: User Interfaces",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit dbe9d0c

Please sign in to comment.