summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--pyproject.toml2
-rw-r--r--tox.ini2
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