Skip to content

Commit

Permalink
mark package as python 3.13 compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Jan 25, 2025
1 parent ca6a987 commit fc9a1b9
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 @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand All @@ -29,7 +30,7 @@ classifiers = [
extras = ["inflect==7.0.0"]

[project.urls]
# "HomeHage" = "https://xxxxxx"
"Homepage" = "http://sqliter.grantramsay.dev"
"Pull Requests" = "https://github.com/seapagan/sqliter-py/pulls"
"Bug Tracker" = "https://github.com/seapagan/sqliter-py/issues"
"Changelog" = "https://github.com/seapagan/sqliter-py/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit fc9a1b9

Please sign in to comment.