From 9ae39fd37b9754d69398c3faa29b12ff5049ceb2 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 18 Nov 2022 17:11:35 +0100 Subject: Drop support for Python 3.6 Signed-off-by: Daniel Ziegenberg --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.1