Skip to content

Commit cfdb087

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 62bfd5c commit cfdb087

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2830
"Topic :: Internet :: WWW/HTTP",
2931
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3032
]
@@ -35,7 +37,7 @@ dependencies = [
3537
"xpublish",
3638
]
3739
urls."Bug Tracker" = "https://github.com/axiom-data-science/xpublish-intake/issues"
38-
urls."Homepage" = "https://github.com/axiom-data-science/xpublish-intake"
40+
urls.Homepage = "https://github.com/axiom-data-science/xpublish-intake"
3941
entry-points."xpublish.plugin".intake = "xpublish_intake.plugins:IntakePlugin"
4042

4143
[tool.setuptools]

0 commit comments

Comments
 (0)