diff options
| author | 2025-03-06 19:55:37 +0100 | |
|---|---|---|
| committer | 2025-03-06 19:55:37 +0100 | |
| commit | 3fe7a4817818d4ad973afdf79d182cad3cc11d03 (patch) | |
| tree | 97ca979e23797ee823ef3af67642569902b2fc75 /teams | |
| parent | 0e959df19b7264b354221313c87fd0b704d94738 (diff) | |
| download | kiwi-descriptions-3fe7a4817818d4ad973afdf79d182cad3cc11d03.tar.gz kiwi-descriptions-3fe7a4817818d4ad973afdf79d182cad3cc11d03.zip | |
Block pypy3.10 from Python Classroom Lab
We have pypy3.11.
pypy3.9 was retired.
See https://bugzilla.redhat.com/2348737
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/python.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/python.xml b/teams/python.xml index 2ecbe81..f37ebae 100644 --- a/teams/python.xml +++ b/teams/python.xml @@ -47,7 +47,7 @@ <!-- Block unnecessary extra Pythons from being installed with tox --> <ignore name="python3.8"/> <ignore name="python3.9"/> - <ignore name="pypy3.9"/> + <ignore name="pypy3.10"/> <ignore name="python3.10"/> <ignore name="python3.11"/> <ignore name="python3.12"/> |