lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 2.0-2-g972b42d

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 2.0-2-g972b42d



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  972b42d6e27ed1edcc13e3e4feb36eec4ca71d96 (commit)
      from  8b78f783105849a38cb40a823ab4d61aebd5c0d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=972b42d6e27ed1edcc13e3e4feb36eec4ca71d96

commit 972b42d6e27ed1edcc13e3e4feb36eec4ca71d96
Author: Cédric Krier <ced@b2ck.com>
Date:   Wed May 14 21:53:41 2025 +0200

    Define minimal Python version in setup.py
    
    Closes https://github.com/arthurdejong/python-stdnum/issues/474
    Closes https://github.com/arthurdejong/python-stdnum/pull/475
    Fixes 3542c06

diff --git a/setup.py b/setup.py
index e50ef71..c0910fc 100755
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ setup(
         'Topic :: Text Processing :: General',
     ],
     packages=find_packages(),
+    python_requires='>=3.8',
     install_requires=[],
     package_data={'': ['*.dat', '*.crt', 'py.typed']},
     extras_require={

-----------------------------------------------------------------------

Summary of changes:
 setup.py | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
python-stdnum