Skip to content

Commit 138b358

Browse files
authored
Update python-package.yml
1 parent 249ed57 commit 138b358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
10-
os: [macos-12, macos-13, windows-latest, ubuntu-20.04, ubuntu-22.04]
9+
python-version: [3.9, "3.10", 3.11, 3.12]
10+
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build package
2929
run: pip install -e .
3030
- name: Import package to test compatbility
31-
run: python -c "import fireblocks_sdk"
31+
run: python -c "import fireblocks_sdk"

0 commit comments

Comments
 (0)