File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 176
176
/python2.7
177
177
/python3
178
178
/python3. [3456789 ]
179
- /python3.10
179
+ /python3.1 [ 01 ]
180
180
/pypy
181
181
/pypy3
182
182
/pyston
183
183
/pyston3
184
184
/pyvenv-3. [456789 ]
185
- /pyvenv-3.10
185
+ /pyvenv-3.1 [ 01 ]
186
186
/qemu-kvm
187
187
/qemu-system-i386
188
188
/qemu-system-x86_64
Original file line number Diff line number Diff line change @@ -713,13 +713,15 @@ CLEANFILES = \
713
713
python3.8 \
714
714
python3.9 \
715
715
python3.10 \
716
+ python3.11 \
716
717
pyvenv-3.4 \
717
718
pyvenv-3.5 \
718
719
pyvenv-3.6 \
719
720
pyvenv-3.7 \
720
721
pyvenv-3.8 \
721
722
pyvenv-3.9 \
722
723
pyvenv-3.10 \
724
+ pyvenv-3.11 \
723
725
qemu-kvm \
724
726
qemu-system-i386 \
725
727
qemu-system-x86_64 \
@@ -954,10 +956,10 @@ symlinks: $(DATA)
954
956
$(ss ) python \
955
957
micropython pypy pypy3 pyston pyston3 python2 python2.7 \
956
958
python3 python3.3 python3.4 python3.5 python3.6 python3.7 \
957
- python3.8 python3.9 python3.10
959
+ python3.8 python3.9 python3.10 python3.11
958
960
$(ss ) pyvenv \
959
961
pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 \
960
- pyvenv-3.9 pyvenv-3.10
962
+ pyvenv-3.9 pyvenv-3.10 pyvenv-3.11
961
963
$(ss ) qdbus \
962
964
dcop
963
965
$(ss ) qemu \
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ _python()
70
70
COMPREPLY=($( compgen -W ' $(_parse_help "$1" -h)' -- " $cur " ) )
71
71
fi
72
72
} &&
73
- complete -F _python python python2 python2.7 python3 python3.{3..10 } \
73
+ complete -F _python python python2 python2.7 python3 python3.{3..11 } \
74
74
pypy pypy3 pyston pyston3 micropython
75
75
76
76
# ex: filetype=sh
You can’t perform that action at this time.
0 commit comments