From 68a398585f97ecb85b6831fea9af1dcff78bb0f5 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 9 Apr 2024 17:54:50 +0200 Subject: [PATCH] chore: Bump minimal python version to 3.8 --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9325add9..10b6e11f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -18,7 +16,7 @@ classifiers = [ ] dynamic = ["version"] -requires-python = ">= 3.6" +requires-python = ">= 3.8" dependencies = [ "language-data>=1.2" ]