]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-freebsd-build
cirrus: update freebsd python, debian to bullseye, macos to monterey
[bup.git] / dev / prep-for-freebsd-build
index 556b72deeb4f31a09eafe240b203cb3cc280a60c..0c6b047c5b60bf534f9f1f4d55133ec9502456df 100755 (executable)
@@ -21,7 +21,7 @@ pkgs="$pkgs rsnapshot"
 
 case "$pyver" in
     python3)
-        pkgs="$pkgs python38 py38-tornado py38-pytest py38-pytest-xdist"
+        pkgs="$pkgs python39 py39-tornado py39-pytest py39-pytest-xdist"
         pkg install $pkgs
         ;;
     *)