Skip to content

Commit

Permalink
Update version classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Sep 24, 2024
1 parent 4be43af commit 4ba54a5
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 @@ -20,16 +20,16 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: 3.13",
"Programming Language :: R",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"click",
"genno >= 1.20",
Expand Down

0 comments on commit 4ba54a5

Please sign in to comment.