Path: csiph.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Thierry P Newsgroups: fr.comp.lang.python Subject: =?UTF-8?Q?Re=3A_Incompatibilit=C3=A9_Pygame_et_python_3=2E13=2E1?= Date: Sun, 8 Dec 2024 15:56:13 +0100 Organization: Usenet, Canal Historique Lines: 37 Message-ID: References: <675584b7$0$28509$426a74cc@news.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 08 Dec 2024 15:56:15 +0100 (CET) Injection-Info: dont-email.me; posting-host="687dc5e5de4dddb73435e245ad461688"; logging-data="4052789"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/TLyi10oIemW22s+Su2pIB20LmtRxyhYU=" User-Agent: ThunderBird Version Historique CP/M 3.1 Cancel-Lock: sha1:yLhkeB0BijCVQL5o5v4p+2G3BSU= Content-Language: fr In-Reply-To: Xref: csiph.com fr.comp.lang.python:4271 Le 08/12/2024 à 15:53, Thierry P a écrit : > Le 08/12/2024 à 12:36, gil203 a écrit : > >> Bonjour ! >> Je viens de mettre à jour mon Python 3.12.7 avec Python 3.13.1. >> Malheureusement, Pygame n'est plus compatible ...   ;-(( > > je pense qu'il faut refaire le module > en bricolant le fichier PKG-INFO qui contient actuellement ces lignes : > > Classifier: Programming Language :: Python :: 3 > Classifier: Programming Language :: Python :: 3.6 > Classifier: Programming Language :: Python :: 3.7 > Classifier: Programming Language :: Python :: 3.8 > Classifier: Programming Language :: Python :: 3.9 > Classifier: Programming Language :: Python :: 3.10 > Classifier: Programming Language :: Python :: 3.11 > Classifier: Programming Language :: Python :: 3.12 > > il s'arrête à 3.12 > > à essayer si vous en avez envie > sans garantie > > > > ou peut-être le fichier setup.cfg qui contient ces lignes dont j'ignore l'usage [tox:tox] envlist = py{36,37,38,39,310,311,312} skip_missing_interpreters = True skipsdist = True