Skip to content

Commit d006e52

Browse files
committed
limit ci tests to python 3.12
1 parent 7aff58f commit d006e52

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci_test-vector-handler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- macos-12
2323
python:
2424
- 3.8
25-
- 3.x
25+
- "3.12"
2626
architecture:
2727
- x64
2828
- x86

.github/workflows/ci_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- "3.10"
3434
- "3.11"
3535
- "3.12"
36-
- 3.x
3736
architecture:
3837
- x64
3938
- x86

0 commit comments

Comments
 (0)