From fee57e1cc5f7b7b263966d347e25d9cd8662a71e Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Tue, 23 Jun 2020 20:46:15 +0200 Subject: [PATCH] REL 0.23.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 826606a..44fbd74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ maintainer = Martin Thoma maintainer_email = info@martin-thoma.de # keep in sync with mpu/_version.py -version = 0.23.0 +version = 0.23.1 description = Martins Python Utilities long_description = file: README.md @@ -40,7 +40,7 @@ classifiers = [options] packages = find: -python_requires = >= 3.0 +python_requires = >= 3.6 [tool:pytest] addopts = --doctest-modules --mccabe --cov=./mpu --cov-append --cov-report html:tests/reports/coverage-html --cov-report xml:tests/reports/coverage.xml --cov-report term-missing --flake8 --ignore=docs/ --durations=3 --mypy