Skip to content

Commit 3b1933f

Browse files
committed
ci: openbsd migrate to python3.12
1 parent 43c4dee commit 3b1933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/vagrant/openbsd/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Vagrant.configure("2") do |config|
9393
set -x
9494
pkg_add -u
9595
pkg_add git cmake
96-
pkg_add python-3.11 py3-pip py3-wheel py3-setuptools py3-virtualenv
96+
pkg_add python-3.12 py3-pip py3-wheel py3-setuptools py3-virtualenv
9797
pkg_add py3-numpy py3-pandas py3-matplotlib
9898
SHELL
9999

0 commit comments

Comments
 (0)