aboutsummaryrefslogtreecommitdiffstats
path: root/wheel_artifacts
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2024-02-29 12:14:43 +0100
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2024-03-12 06:52:43 +0100
commit262e2a6c2742eb9bb0887ae5cb7c2fb0a975f373 (patch)
tree0b95e0731d5ea484de8ba4f143bf3f971ba9d545 /wheel_artifacts
parented0b85ce8b402ceddc7f61e0765741568ba26172 (diff)
Deprecation Python 3.8
The changes related PYSIDE-939 can be removed when 3.9 support is dropped, because the problem was fixed and included in 3.9.13 so we cannot assume everyone will be on that version or superior. Change-Id: I78afc660edc6fbb3bb1a2438e17366e63b24e375 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'wheel_artifacts')
-rw-r--r--wheel_artifacts/pyproject.toml.base5
1 files changed, 2 insertions, 3 deletions
diff --git a/wheel_artifacts/pyproject.toml.base b/wheel_artifacts/pyproject.toml.base
index 9e8546e80..2e30e9ae9 100644
--- a/wheel_artifacts/pyproject.toml.base
+++ b/wheel_artifacts/pyproject.toml.base
@@ -10,7 +10,7 @@ authors = [
description = PROJECT_DESCRIPTION
readme = PROJECT_README
dynamic = ["version"]
-requires-python = ">=3.8, <3.13"
+requires-python = ">=3.9, <3.13"
keywords = ["Qt"]
license = {text = "LGPL"}
dependencies = PROJECT_DEPENDENCIES
@@ -31,7 +31,6 @@ classifiers = [
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@@ -54,7 +53,7 @@ Tracker = "https://bugreports.qt.io/projects/PYSIDE"
PROJECT_SCRIPTS
[tool.distutils.bdist_wheel]
-py_limited_api = "cp38"
+py_limited_api = "cp39"
plat_name = PROJECT_TAG
[tool.setuptools.dynamic]