Skip to content

Commit

Permalink
Update pyproject.toml as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Nov 8, 2024
1 parent 5617db0 commit effbcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ name = "objprint"
authors = [{name = "Tian Gao", email = "[email protected]"}]
description = "A library that can print Python objects in human readable format"
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.9"
license = {file = "LICENSE"}
dynamic = ["version"]
classifiers = [
"Development Status :: 4 - Beta",
"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",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent"
Expand Down

0 comments on commit effbcbb

Please sign in to comment.