Skip to content

Commit

Permalink
Bump to v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed Sep 9, 2022
1 parent 6a06343 commit ebff4b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[metadata]
name = pytest-testmon
version = 1.3.5
version = 1.3.6
license = AGPL
author_email = [email protected]
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
Expand All @@ -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
Expand Down

0 comments on commit ebff4b7

Please sign in to comment.