Skip to content

Commit ef06e4b

Browse files
hroncokyselkowitz
authored andcommitted
Update the names of unwanted PyPy components
- There is no pypy2 or pypy3. - pypy3.10 and pypy3.11 actually exists. - pypy2.7 is a posible future rename of pypy. - pypy3.12 is the future version to be added.
1 parent 27ff4ab commit ef06e4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configs/rhel-pt-python--unwanted-python3.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ data:
1515
- python3.10
1616
- python3.11
1717
- pypy
18-
- pypy2
19-
- pypy3
18+
- pypy2.7
19+
- pypy3.10
20+
- pypy3.11
21+
- pypy3.12
2022
# Python Maint prefers the standard library venv module
2123
- python-virtualenv
2224
# tox depends on virtualenv, and generally isn't something we want to support in RHEL

0 commit comments

Comments
 (0)