]> arthur.barton.de Git - bup.git/commitdiff
prep-for-freebsd-build: switch to py38
authorRob Browning <rlb@defaultvalue.org>
Wed, 8 Sep 2021 05:47:49 +0000 (00:47 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 9 Sep 2021 07:05:36 +0000 (02:05 -0500)
That's what's now in 12.2 (which we use in ci).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
dev/prep-for-freebsd-build

index 9631b412cf2d284027f17db4cc2322881899769f..c95e77d21faa9e96bd137fbbf9cedd3963cbca5c 100755 (executable)
@@ -26,7 +26,7 @@ case "$pyver" in
         pip-2.7 install --user pytest pytest-xdist
         ;;
     python3)
-        pkgs="$pkgs python37 py37-tornado py37-pytest py37-pytest-xdist"
+        pkgs="$pkgs python38 py38-tornado py38-pytest py38-pytest-xdist"
         pkg install $pkgs
         ;;
     *)