# HG changeset patch # User Franz Glasner # Date 1771245291 -3600 # Node ID ef3c56c4f2c72991533dc7614c14ecefffe33507 # Parent faa36af3c6294a573b8e1855db5b0d0b1c64a423 Begin a new "build-2.7" branch to support build using Python2.7 or older Python3 versions diff -r faa36af3c629 -r ef3c56c4f2c7 pyproject.toml --- a/pyproject.toml Sun May 18 06:00:46 2025 +0200 +++ b/pyproject.toml Mon Feb 16 13:34:51 2026 +0100 @@ -1,4 +1,4 @@ -# Pure-Python-Build +# Pure-Python-Build for Python2.7 and older Python3 versions [build-system] requires = ["setuptools>=43.0", "wheel>=0.33"] build-backend = "setuptools.build_meta" diff -r faa36af3c629 -r ef3c56c4f2c7 setup.cfg --- a/setup.cfg Sun May 18 06:00:46 2025 +0200 +++ b/setup.cfg Mon Feb 16 13:34:51 2026 +0100 @@ -1,3 +1,5 @@ +# Build configuration for Python2.7 and older Python3 versions + [egg_info] tag_build = tag_date = 0