We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe679a9 commit a501247Copy full SHA for a501247
Formula/ssh-studio.rb
@@ -61,7 +61,7 @@ def install
61
system "meson", "compile", "-C", "build"
62
system "meson", "install", "-C", "build"
63
64
- python_version = python3.version.major_minor
+ python_version = "3.13"
65
python_site_packages = lib/"python#{python_version}/site-packages"
66
python_site_packages.mkpath
67
0 commit comments