We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b4a40 commit b1144f8Copy full SHA for b1144f8
.github/workflows/tests.yml
@@ -8,7 +8,11 @@ env:
8
PKCS11_TOKEN_SO_PIN: 5678
9
jobs:
10
run:
11
- runs-on: ubuntu-latest
+ # Run in Ubuntu 22.04 right now, as oscrypto fails on OpenSSL versions with a
12
+ # double-digit patch number (such as provided by Ubuntu 24.04):
13
+ # https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto
14
+ # https://github.com/wbond/oscrypto/issues/78
15
+ runs-on: ubuntu-22.04
16
strategy:
17
matrix:
18
python-version:
0 commit comments