cmake: fix python pre release support

This commit is contained in:
Mizux Seiha
2025-12-02 11:34:39 +01:00
committed by Corentin Le Molgat
parent 78ea1566e6
commit 9845ee219b
4 changed files with 14 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ def read(fname):
setup(
name='@PYTHON_PROJECT@',
version='@PROJECT_VERSION@',
version='@PROJECT_VERSION@@PYTHON_RELEASE@',
packages=find_packages(),
python_requires='>= 3.9',
install_requires=[