From: Oleg Broytman Date: Fri, 25 Oct 2024 15:44:14 +0000 (+0300) Subject: .bash_completion.d: Python 3.13 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b3ea677930f8ac2ff376ab50fde4255a46b9f75b;p=dotfiles.git .bash_completion.d: Python 3.13 --- diff --git a/.bash_completion.d/python-pip b/.bash_completion.d/python-pip index 3f5482f..67f3c69 100644 --- a/.bash_completion.d/python-pip +++ b/.bash_completion.d/python-pip @@ -1,5 +1,5 @@ PY_VERSIONS=",2,2.7,3," -PY_VERSIONS+="$(eval echo 3.{`seq -s, 4 12`} | sed 's/ /,/g')" +PY_VERSIONS+="$(eval echo 3.{`seq -s, 4 13`} | sed 's/ /,/g')" eval delegate_completion python{$PY_VERSIONS}