Sujet : Re: Incompatibilité Pygame et python 3.13.1
De : olmia2b (at) *nospam* gmail.com (Thierry P)
Groupes : fr.comp.lang.pythonDate : 08. Dec 2024, 15:56:13
Autres entêtes
Organisation : Usenet, Canal Historique
Message-ID : <vj4c2e$3rlpl$2@dont-email.me>
References : 1 2
User-Agent : ThunderBird Version Historique CP/M 3.1
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