]> git.phdru.name Git - dotfiles.git/commitdiff
.bash_completion.d: Python 3.13
authorOleg Broytman <phd@phdru.name>
Fri, 25 Oct 2024 15:44:14 +0000 (18:44 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 25 Oct 2024 15:44:14 +0000 (18:44 +0300)
.bash_completion.d/python-pip

index 3f5482fb91cbdc6ba2dcfdf467c0cd8702f0aa35..67f3c698eb429723fe7d7d8180b6a5d0afa4a38b 100644 (file)
@@ -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}