File: Do-the-transition-to-Python-3.13.patch

package info (click to toggle)
pyside2 5.15.16-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,452 kB
  • sloc: python: 223,888; cpp: 80,354; xml: 17,282; sh: 73; makefile: 39; javascript: 16
file content (24 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Christian Tismer <tismer@stackless.com>
Date: Fri, 7 Jun 2024 14:57:14 +0200
Subject: Do the transition to Python 3.13

Task-number: PYSIDE-2751
Change-Id: I37b447148787e2923a58c091a5c8ac808d579bc0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit ad18260e583a30505e42b04fd242c52ff36f735c)
---
 build_scripts/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_scripts/config.py b/build_scripts/config.py
index fb27394..0e7f9fd 100644
--- a/build_scripts/config.py
+++ b/build_scripts/config.py
@@ -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