Block pypy3.10 from Python Classroom Lab

We have pypy3.11.
pypy3.9 was retired.

See https://bugzilla.redhat.com/2348737
This commit is contained in:
Miro Hrončok
2025-03-06 19:55:37 +01:00
parent 0e959df19b
commit 3fe7a48178
+1 -1
View File
@@ -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"/>