From 2618ec3ab94c3f66c3aef34a733201a1216c067e Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Tue, 7 Nov 2023 10:53:48 +0100 Subject: [PATCH] Bump to final v2.1.0. --- pyproject.toml | 8 +------- testmon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11319cb..8c4bb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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 = [ diff --git a/testmon/__init__.py b/testmon/__init__.py index 946a555..1a392d0 100644 --- a/testmon/__init__.py +++ b/testmon/__init__.py @@ -1,2 +1,2 @@ """PYTEST_DONT_REWRITE""" -VERSION = "2.1.0.dev2" +VERSION = "2.1.0"