Skip to content

Commit

Permalink
packaging: restore Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 23, 2024
1 parent b15a6db commit 98448bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def load_requirements(requirements_files: Union[Path, List[Path]]) -> list:
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 98448bc

Please sign in to comment.