Skip to content

Commit 431b161

Browse files
authored
Update deploy-pypi-release.yaml
1 parent 5598a9e commit 431b161

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy-pypi-release.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- name: Checkout repository
@@ -179,7 +179,7 @@ jobs:
179179
strategy:
180180
matrix:
181181
os: [ubuntu-latest, windows-latest, macos-latest]
182-
python-version: ["3.8", "3.12"]
182+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
183183

184184
steps:
185185
- name: Set up Python ${{ matrix.python-version }}
@@ -201,3 +201,8 @@ jobs:
201201
- name: Test basic functionality
202202
run: |
203203
python -c "from libcrypto import PrivateKey, Wallet, generate_mnemonic; pk = PrivateKey(1); print('All tests passed successfully')"
204+
205+
- name: CLI Test
206+
run: |
207+
libcrypto -v
208+
libcrypto generate

0 commit comments

Comments
 (0)