From 1ccd9358ca2740c2df00ac7c35e88ba2b81c1c2d Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Thu, 21 Nov 2024 20:15:59 +0100 Subject: [PATCH] Drop support for Python 3.8. --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index 2637976..9d5691f 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] authors = [{name = "Milan Skocic", email = "milan.skocic@icloud.com"}] description = "pycodata: CODATA constants for python." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = {text = "License :: OSI Approved :: MIT License"} classifiers=["Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research",