File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 179179/python2.7
180180/python3
181181/python3. [3456789 ]
182- /python3.1 [01 ]
182+ /python3.1 [012 ]
183183/pypy
184184/pypy3
185185/pyston
186186/pyston3
187187/pyvenv-3. [456789 ]
188- /pyvenv-3.1 [01 ]
188+ /pyvenv-3.1 [012 ]
189189/qemu-kvm
190190/qemu-system-i386
191191/qemu-system-x86_64
Original file line number Diff line number Diff line change @@ -719,6 +719,7 @@ CLEANFILES = \
719719 python3.9 \
720720 python3.10 \
721721 python3.11 \
722+ python3.12 \
722723 pyvenv-3.4 \
723724 pyvenv-3.5 \
724725 pyvenv-3.6 \
@@ -727,6 +728,7 @@ CLEANFILES = \
727728 pyvenv-3.9 \
728729 pyvenv-3.10 \
729730 pyvenv-3.11 \
731+ pyvenv-3.12 \
730732 qemu-kvm \
731733 qemu-system-i386 \
732734 qemu-system-x86_64 \
@@ -964,10 +966,10 @@ symlinks: $(DATA)
964966 $(ss ) python \
965967 micropython pypy pypy3 pyston pyston3 python2 python2.7 \
966968 python3 python3.3 python3.4 python3.5 python3.6 python3.7 \
967- python3.8 python3.9 python3.10 python3.11
969+ python3.8 python3.9 python3.10 python3.11 python3.12
968970 $(ss ) pyvenv \
969971 pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 \
970- pyvenv-3.9 pyvenv-3.10 pyvenv-3.11
972+ pyvenv-3.9 pyvenv-3.10 pyvenv-3.11 pyvenv-3.12
971973 $(ss ) qdbus \
972974 dcop
973975 $(ss ) qemu \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ _python()
7777 _parse_help -)' -- " $cur " ) )
7878 fi
7979} &&
80- complete -F _python python python2 python2.7 python3 python3.{3..11 } \
80+ complete -F _python python python2 python2.7 python3 python3.{3..12 } \
8181 pypy pypy3 pyston pyston3 micropython
8282
8383# ex: filetype=sh
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ _pyvenv()
2020
2121 _filedir -d
2222} &&
23- complete -F _pyvenv pyvenv pyvenv-3.{4..10 }
23+ complete -F _pyvenv pyvenv pyvenv-3.{4..12 }
2424
2525# ex: filetype=sh
You can’t perform that action at this time.
0 commit comments