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 d8a673c commit 0fcb6daCopy full SHA for 0fcb6da
.github/workflows/tests.yml
@@ -78,9 +78,9 @@ jobs:
78
- name: Set up Python
79
uses: actions/setup-python@v5
80
with:
81
- python-version: '3.10'
+ python-version: '3.13'
82
83
- name: macOS
84
run: |
85
- export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
+ export OPENSSL_PREFIX=`brew --prefix openssl@3`
86
LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.0 /bin/sh build.sh test
0 commit comments