From 1eaf3bed3abe0de2d75fef9b23dcd13940696d75 Mon Sep 17 00:00:00 2001 From: Fstei Date: Fri, 27 Sep 2024 12:32:17 +0200 Subject: [PATCH] Auto stash before merge of "FST/TomlUpdate" and "origin/FST/TomlUpdate" --- pyproject.toml | 5 ++--- tox.ini | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2706bdb..f61a9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "seviper" description = "A simple and easy to use library to catch and handle exceptions." license = { text = "MIT" } -requires-python = ">=3.11" +requires-python = ">=3.10" authors = [{ name = "Leon Haffmans", email = "leon.haffmans@hochfrequenz.de" }] keywords = ["error-handling", "aiostream"] classifiers = [ @@ -13,6 +13,7 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] @@ -72,8 +73,6 @@ max-line-length = 120 requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" - - [tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = "text/markdown" fragments = [{ path = "README.md" }] diff --git a/tox.ini b/tox.ini index 3ff4675..7f2e66e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,8 @@ commands = python -m pip install --upgrade pip # the tests environment is called by the Github action that runs the unit tests deps = -r requirements.txt + .[aiostream] .[tests] - -r requirements-extra-aiostream.txt setenv = PYTHONPATH = {toxinidir}/src commands = python -m pytest --basetemp={envtmpdir} {posargs}