File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -967,6 +967,8 @@ CLEANFILES = \
967967 python3.11 \
968968 python3.12 \
969969 python3.13 \
970+ python3.14 \
971+ python3.15 \
970972 pyvenv-3.4 \
971973 pyvenv-3.5 \
972974 pyvenv-3.6 \
@@ -977,6 +979,8 @@ CLEANFILES = \
977979 pyvenv-3.11 \
978980 pyvenv-3.12 \
979981 pyvenv-3.13 \
982+ pyvenv-3.14 \
983+ pyvenv-3.15 \
980984 qemu-kvm \
981985 qemu-system-i386 \
982986 qemu-system-x86_64 \
@@ -1486,10 +1490,12 @@ endif
14861490 $(ss) python \
14871491 micropython pypy pypy3 pyston pyston3 python2 python2.7 \
14881492 python3 python3.3 python3.4 python3.5 python3.6 python3.7 \
1489- python3.8 python3.9 python3.10 python3.11 python3.12 python3.13
1493+ python3.8 python3.9 python3.10 python3.11 python3.12 \
1494+ python3.13 python3.14 python3.15
14901495 $(ss) pyvenv \
14911496 pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 \
1492- pyvenv-3.9 pyvenv-3.10 pyvenv-3.11 pyvenv-3.12 pyvenv-3.13
1497+ pyvenv-3.9 pyvenv-3.10 pyvenv-3.11 pyvenv-3.12 pyvenv-3.13 \
1498+ pyvenv-3.14 pyvenv-3.15
14931499 $(ss) qdbus \
14941500 dcop
14951501 $(ss) qemu \
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ _comp_cmd_python()
119119 fi
120120} &&
121121 complete -F _comp_cmd_python \
122- python python2 python2.7 python3 python3.{3..13 } \
122+ python python2 python2.7 python3 python3.{3..15 } \
123123 pypy pypy3 pyston pyston3 micropython
124124
125125# ex: filetype=sh
You can’t perform that action at this time.
0 commit comments