diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4319183..5242821 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace types: ["python"] @@ -12,7 +12,7 @@ repos: types: ["python"] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.3.0 hooks: - id: flake8 @@ -22,11 +22,11 @@ repos: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.1.4" + rev: "v2.21.2" hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index 64c69df..4842932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ] @@ -35,7 +37,7 @@ dependencies = [ "xpublish", ] urls."Bug Tracker" = "https://github.com/axiom-data-science/xpublish-intake/issues" -urls."Homepage" = "https://github.com/axiom-data-science/xpublish-intake" +urls.Homepage = "https://github.com/axiom-data-science/xpublish-intake" entry-points."xpublish.plugin".intake = "xpublish_intake.plugins:IntakePlugin" [tool.setuptools]