From b4d92f6dca06ada0dba3960ca64261be20e86c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 26 Jan 2024 08:29:02 +0100 Subject: [PATCH] Fix: Fix README and package meta data for supported Python versions Python 3.8 isn't supported anymore. We require at least Python 3.9. --- README.md | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76d0376..dfc52cb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ by supporting different modes and stores its settings in the well known ## Requirements -Python 3.8+ is required for autohooks. +Python 3.9+ is required for autohooks. ## Plugins diff --git a/pyproject.toml b/pyproject.toml index 3a6bbe0..6d18107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ classifiers = [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",