Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > fr.comp.lang.python > #4271
| From | Thierry P <olmia2b@gmail.com> |
|---|---|
| Newsgroups | fr.comp.lang.python |
| Subject | Re: Incompatibilité Pygame et python 3.13.1 |
| Date | 2024-12-08 15:56 +0100 |
| Organization | Usenet, Canal Historique |
| Message-ID | <vj4c2e$3rlpl$2@dont-email.me> (permalink) |
| References | <675584b7$0$28509$426a74cc@news.free.fr> <vj4bse$3rlpl$1@dont-email.me> |
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
Back to fr.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Incompatibilité Pygame et python 3.13.1 gil203 <gil203@outlook.com> - 2024-12-08 12:36 +0100
Re: Incompatibilité Pygame et python 3.13.1 Thierry P <olmia2b@gmail.com> - 2024-12-08 15:53 +0100
Re: Incompatibilité Pygame et python 3.13.1 Thierry P <olmia2b@gmail.com> - 2024-12-08 15:56 +0100
Re: Incompatibilité Pygame et python 3.13.1 Thierry P <olmia2b@gmail.com> - 2024-12-15 10:46 +0100
csiph-web