aboutsummaryrefslogtreecommitdiff
path: root/teams/python.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Miro Hrončok <miro@hroncok.cz> 2025-03-06 19:55:37 +0100
committerGravatar Miro Hrončok <miro@hroncok.cz> 2025-03-06 19:55:37 +0100
commit3fe7a4817818d4ad973afdf79d182cad3cc11d03 (patch)
tree97ca979e23797ee823ef3af67642569902b2fc75 /teams/python.xml
parent0e959df19b7264b354221313c87fd0b704d94738 (diff)
downloadkiwi-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/python.xml')
-rw-r--r--teams/python.xml2
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"/>