Skip to content

Commit

Permalink
Bump to final v2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed Nov 7, 2023
1 parent 83a3352 commit 2618ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dynamic = ["version"]

description = "selects tests affected by changed files and methods"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords = ["testing", "pytest", "plugin"]
license = { text = "MIT" }
classifiers = [
Expand All @@ -24,12 +24,6 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"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",
]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion testmon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PYTEST_DONT_REWRITE"""
VERSION = "2.1.0.dev2"
VERSION = "2.1.0"

0 comments on commit 2618ec3

Please sign in to comment.