diff options
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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"] @@ -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 |