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:
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
<!-- Block unnecessary extra Pythons from being installed with tox -->
|
<!-- Block unnecessary extra Pythons from being installed with tox -->
|
||||||
<ignore name="python3.8"/>
|
<ignore name="python3.8"/>
|
||||||
<ignore name="python3.9"/>
|
<ignore name="python3.9"/>
|
||||||
<ignore name="pypy3.9"/>
|
<ignore name="pypy3.10"/>
|
||||||
<ignore name="python3.10"/>
|
<ignore name="python3.10"/>
|
||||||
<ignore name="python3.11"/>
|
<ignore name="python3.11"/>
|
||||||
<ignore name="python3.12"/>
|
<ignore name="python3.12"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user