Skip to content

Commit

Permalink
Remove 3.12 support due to deprecated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed May 26, 2024
1 parent fff2f18 commit aa48bb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="desktop_shop",
version="1.1.0",
version="1.1.1",
description="Desktop shop application",
long_description=project_dir.joinpath("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -39,7 +39,8 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
# 3.12 doesn't work with setup.py, see: https://stackoverflow.com/questions/73533994/sub-package-not-importable-after-installation pylint: disable=line-too-long
# "Programming Language :: Python :: 3.12",
"Topic :: Desktop Environment",
"Topic :: Education",
"Topic :: Education :: Testing",
Expand Down

0 comments on commit aa48bb8

Please sign in to comment.