Skip to content

Commit

Permalink
Auto stash before merge of "FST/TomlUpdate" and "origin/FST/TomlUpdate"
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 27, 2024
1 parent bf9ac12 commit 1eaf3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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",
]
Expand Down Expand Up @@ -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" }]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1eaf3be

Please sign in to comment.