Skip to content

Commit

Permalink
Update pyproject.toml for 3.13 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored Oct 9, 2024
1 parent d7c369e commit aed4bc6
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 @@ -8,16 +8,16 @@ authors = [{name = "Tian Gao", email = "[email protected]"}]
description = "A debugging and profiling tool that can trace and visualize python code execution"
dependencies = ["objprint>0.1.3"]
readme = "README.md"
requires-python = ">=3.8"
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 :: MacOS",
Expand Down

0 comments on commit aed4bc6

Please sign in to comment.