Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.lang.python > #4268 > unrolled thread
| Started by | gil203 <gil203@outlook.com> |
|---|---|
| First post | 2024-12-08 12:36 +0100 |
| Last post | 2024-12-15 10:46 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to fr.comp.lang.python
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
| From | gil203 <gil203@outlook.com> |
|---|---|
| Date | 2024-12-08 12:36 +0100 |
| Subject | Incompatibilité Pygame et python 3.13.1 |
| Message-ID | <675584b7$0$28509$426a74cc@news.free.fr> |
Bonjour ! Je viens de mettre à jour mon Python 3.12.7 avec Python 3.13.1. Malheureusement, Pygame n'est plus compatible ... ;-((
[toc] | [next] | [standalone]
| From | Thierry P <olmia2b@gmail.com> |
|---|---|
| Date | 2024-12-08 15:53 +0100 |
| Message-ID | <vj4bse$3rlpl$1@dont-email.me> |
| In reply to | #4268 |
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
[toc] | [prev] | [next] | [standalone]
| From | Thierry P <olmia2b@gmail.com> |
|---|---|
| Date | 2024-12-08 15:56 +0100 |
| Message-ID | <vj4c2e$3rlpl$2@dont-email.me> |
| In reply to | #4270 |
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
[toc] | [prev] | [next] | [standalone]
| From | Thierry P <olmia2b@gmail.com> |
|---|---|
| Date | 2024-12-15 10:46 +0100 |
| Message-ID | <vjm8i7$gon9$1@dont-email.me> |
| In reply to | #4268 |
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 ... ;-(( il faut donc refaire le module en ajoutant la version de Python dans tous les fichiers qui coniennent une version
[toc] | [prev] | [standalone]
Back to top | Article view | fr.comp.lang.python
csiph-web