From ebff4b7f37829e838797aee44818c1c81004148b Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Fri, 9 Sep 2022 21:15:16 +0200 Subject: [PATCH] Bump to v1.3.6 --- setup.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 873cad0..254cdd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,12 @@ [metadata] name = pytest-testmon -version = 1.3.5 +version = 1.3.6 license = AGPL author_email = tibor.arpas@infinit.sk author = Tibor Arpas, Tomas Matlovic, Daniel Hahler, Martin Racak description = selects tests affected by changed files and methods -long_description = file: README.rst +long_description = file: README.md +long_description_content_type = text/markdown url = https://testmon.org project_urls = Source=https://github.com/tarpas/pytest-testmon @@ -27,11 +28,12 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Framework :: Pytest [options] -python_requires = >=3.7, <3.11 +python_requires = >=3.7, <3.12 install_requires = pytest>=5,<8 coverage>=5,<7