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 27bb56e commit e31377dCopy full SHA for e31377d
.github/workflows/pytest.yml
@@ -17,9 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
20
- # An issue with secp256k1 prevents Python 3.12 from working
21
- # See https://github.com/baking-bad/pytezos/issues/370
22
- runs-on: ubuntu-22.04
+ os: [ubuntu-22.04, ubuntu-24.04]
+ runs-on: ${{ matrix.os }}
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments