From 805ca36a222c5649b16134e818f8c8b23415c7a2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 26 Sep 2022 13:03:56 +0200 Subject: Discontinue the support for Python 3.6 and 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- README.rst | 4 ++-- pyproject.toml | 2 +- tox.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c58460e..835622f 100644 --- a/README.rst +++ b/README.rst @@ -73,8 +73,8 @@ behavior. Those are: Requirements ============ gemato is written in Python and compatible with implementations -of Python 3.6+. gemato is currently tested against CPython 3.6 -through 3.7 and PyPy3. gemato core depends only on standard Python +of Python 3.8+. gemato is currently tested against CPython 3.8 +through 3.11 and PyPy3. gemato core depends only on standard Python library modules. Additionally, OpenPGP requires system install of GnuPG 2.2+ diff --git a/pyproject.toml b/pyproject.toml index f5fa742..cf6d282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography", ] -requires-python = ">=3.6" +requires-python = ">=3.8" [project.optional-dependencies] pretty-log = ["rich"] diff --git a/tox.ini b/tox.ini index 1f691b6..d9171ba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = qa,py36,py37,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses +envlist = qa,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses skip_missing_interpreters = True # we operate on sources anyway skipsdist = True -- cgit v1.2.3