projects
/
pyside2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbfbcd9
)
Fix condition to allow 3.13 for wheel creation
author
Cristián Maureira-Fredes
<cristian.maureira-fredes@qt.io>
Thu, 19 Sep 2024 07:25:05 +0000
(09:25 +0200)
committer
Graham Inggs
<ginggs@debian.org>
Sat, 25 Jan 2025 16:33:38 +0000
(16:33 +0000)
Task-number: PYSIDE-2751
Pick-to: 6.8
Change-Id: Iaf6e914bf798371faf5066f4a2d70fe3e2c124e5
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit
a86135803fe51e5702444f8b7dcb2a4dccd3a209
)
Gbp-Pq: Name Fix-condition-to-allow-3.13-for-wheel-creation.patch
build_scripts/config.py
patch
|
blob
|
history
diff --git
a/build_scripts/config.py
b/build_scripts/config.py
index 0e7f9fd5672569bc0a2a0e5326cc2cfaf90da204..27844ee94a6135c41612c1311e44c936c0c98ffe 100644
(file)
--- a/
build_scripts/config.py
+++ b/
build_scripts/config.py
@@
-139,7
+139,7
@@
class Config(object):
setup_kwargs['zip_safe'] = False
setup_kwargs['cmdclass'] = cmd_class_dict
setup_kwargs['version'] = package_version
- setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.1
3
"
+ setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.1
4
"
if quiet:
# Tells distutils / setuptools to be quiet, and only print warnings or errors.