aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2021-05-08 16:06:23 +0200
committerChristian Tismer <tismer@stackless.com>2021-08-18 01:20:04 +0200
commit81e9cff884d6b03cdf64a5dd6ec6564d99177e0c (patch)
tree9203d7cd8c2dd8829b5df32f06023c26cea5744b /build_scripts
parent2530cb3f165ac02b8f7132e3f5ab4f7f6896dbd9 (diff)
py3.10-prep: Finally support Python 3.10
After the major problems are solved in py3.10-prep: re-implement zip import py3.10-prep: reset the type cache after feature switching py3.10-prep: Fix parser.py for changed typing module , there are only some minor changes left to do. One thing is still not clear: * Unsolved: In time_test.py, the last two tests work but crash at shutdown. It is not yet clear if this is a PySide or Python error. This will crash Python 3.10 if not solved until the release. [ChangeLog][PySide6] Support Python 3.10. This is by 99% solved. Looking for a crash with unknown origin. Fixes: PYSIDE-1436 Change-Id: I94cffa7ed16a2651e09924fe5babc188b1b4c2b8 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_scripts')
-rw-r--r--build_scripts/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/config.py b/build_scripts/config.py
index ba89d04bd..3686f4ff0 100644
--- a/build_scripts/config.py
+++ b/build_scripts/config.py
@@ -91,6 +91,7 @@ class Config(object):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
]
self.setup_script_dir = None