Skip to content

Commit 0101b05

Browse files
author
Lucas McDonald
committed
m
1 parent 21e4ce7 commit 0101b05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_test_vector_python.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
testPython:
2828
strategy:
2929
matrix:
30+
fail-fast: false
3031
library: [TestVectors]
3132
python-version: [3.11, 3.12, 3.13]
3233
os: [ubuntu-22.04]

TestVectors/runtimes/python/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
isolated_build = True
33
envlist =
4-
py{311,312}
4+
py{311,312,313}
55

66
[testenv]
77
skip_install = true

0 commit comments

Comments
 (0)