summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Ziegenberg <daniel@ziegenberg.at>2022-11-18 17:11:35 +0100
committerDaniel Ziegenberg <daniel@ziegenberg.at>2022-12-06 18:48:42 +0100
commit9ae39fd37b9754d69398c3faa29b12ff5049ceb2 (patch)
tree9bd688d702fb25eccd4ed66c21a680810ee9a86f /pyproject.toml
parentc4dc7beb04bea05ed86adb2e4b7f780f173774b8 (diff)
downloadrsa-git-9ae39fd37b9754d69398c3faa29b12ff5049ceb2.tar.gz
Drop support for Python 3.6
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d4ef8af..5c36ed4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
@@ -32,7 +31,7 @@ include = [
]
[tool.poetry.dependencies]
-python = ">=3.6, <4"
+python = ">=3.7, <4"
pyasn1 = ">=0.1.3"
[tool.poetry.dev-dependencies]