Do the transition to Python 3.13
authorChristian Tismer <tismer@stackless.com>
Fri, 7 Jun 2024 12:57:14 +0000 (14:57 +0200)
committerGraham Inggs <ginggs@debian.org>
Sat, 25 Jan 2025 16:33:38 +0000 (16:33 +0000)
Task-number: PYSIDE-2751
Change-Id: I37b447148787e2923a58c091a5c8ac808d579bc0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit ad18260e583a30505e42b04fd242c52ff36f735c)

Gbp-Pq: Name Do-the-transition-to-Python-3.13.patch

build_scripts/config.py

index fb273943d6aa95950e691a4841e45cd02aaa2cf0..0e7f9fd5672569bc0a2a0e5326cc2cfaf90da204 100644 (file)
@@ -96,6 +96,7 @@ class Config(object):
             'Programming Language :: Python :: 3.10',
             'Programming Language :: Python :: 3.11',
             'Programming Language :: Python :: 3.12',
+            'Programming Language :: Python :: 3.13',
         ]
 
         self.setup_script_dir = None