1From: =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?=
2 <Cristian.Maureira-Fredes@qt.io>
3Date: Tue, 10 Oct 2023 15:52:09 +0200
4Subject: Final details to enable 3.12 wheel compatibility
5
6Change-Id: I0252c4e73e8c214ef8aa418ddf88bc452c0fdf53
7Pick-to: 6.6
8Task-number: PYSIDE-2230
9Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
10(cherry picked from commit 6c7bb7b6e1008909e49bc04d2a48024309a784cc)
11---
12 build_scripts/config.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/build_scripts/config.py b/build_scripts/config.py
16index 5fc23d4..fb27394 100644
17--- a/build_scripts/config.py
18+++ b/build_scripts/config.py
19@@ -138,7 +138,7 @@ class Config(object):
20 setup_kwargs['zip_safe'] = False
21 setup_kwargs['cmdclass'] = cmd_class_dict
22 setup_kwargs['version'] = package_version
23- setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.12"
24+ setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.13"
25
26 if quiet:
27 # Tells distutils / setuptools to be quiet, and only print warnings or errors.
28