From 97e30768c58f7c428658f774651ed3fce3851a18 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 31 Mar 2025 15:18:31 +0200 Subject: [PATCH] Project metadata: Increase minimum Python version to say >=3.9 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c2355625..abe106cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "File-system specification" readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.9" maintainers = [{ name = "Martin Durant", email = "mdurant@anaconda.com" }] keywords = ["file"] classifiers = [ @@ -16,7 +16,6 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",