From bf75c99710491d3e6c58bdb322045498f1e871ee Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 30 Aug 2026 11:12:27 +0200 Subject: [PATCH] doc: explain PEP 639 compatibility --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3abe3f8..b743380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,8 @@ readme = "README.rst" keywords = [ "image processing", ] +# Keep the classic table for compatibility with older pip/Python versions. +# PEP 639 requires Core Metadata 2.4 and setuptools>=77 (Python>=3.9). license = {text = "MIT"} requires-python = ">=3.7" classifiers = [