Skip to content

Commit e31377d

Browse files
committed
feat: run pytest on ubuntu 22.04 and 24.04
1 parent 27bb56e commit e31377d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
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
20+
os: [ubuntu-22.04, ubuntu-24.04]
21+
runs-on: ${{ matrix.os }}
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)