From 0c6fd882594e05d311720668bba03ded9e5b00f2 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:32:15 -0400 Subject: [PATCH] update develop deps for https://github.com/pypa/hatch/issues/1329 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91481aa..029f6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [build-system] requires = [ - "hatchling>=1.3.1", + "hatchling>=1.22.4,<1.23", + "pkginfo>=1.10,<1.11", "jupyterlab>=4,<5", ] build-backend = "hatchling.build" @@ -33,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", ] dependencies = [ @@ -42,9 +44,10 @@ dependencies = [ [project.optional-dependencies] develop = [ "check-manifest", - "ruff>=0.3,<=0.4", + "ruff>=0.3,<0.4", "pytest", "pytest-cov", + "twine>=5,<5.1" ] test = [ "pytest",