Skip to content

Commit

Permalink
fix: overlooked metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 21, 2025
1 parent 377a0d5 commit b09ec2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: Repoze Public License",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"ZODB",
"ZConfig",
Expand Down

0 comments on commit b09ec2f

Please sign in to comment.