From f08ab6b7cc67b17649e2c907c84ee4749874cbc2 Mon Sep 17 00:00:00 2001 From: Elliot Gunton Date: Wed, 7 Feb 2024 10:14:33 +0000 Subject: [PATCH] Remove Python 3.7 PyPi classifier * 3.7 support has been dropped for a while. Removing from PyPi tags Signed-off-by: Elliot Gunton --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1e54aef3..e2ea1224b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -50,7 +49,7 @@ jsonpath-ng = "^1.5.3" datamodel-code-generator = { extras = ["http"], version = "^0.25" } types-requests = "^2.28.11.12" pytest-clarity = "^1.0.1" -pytest-sugar = ">=0.9.6,<1.1.0" +pytest-sugar = "^0.9.6" [tool.poetry.scripts] hera = "hera.__main__:main"