Skip to content

Commit 62dc690

Browse files
committed
Fix workflow
1 parent db5bc0f commit 62dc690

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
10-
python: [ '3.6.x', '3.7.x', '3.8.x', '3.9.x' ]
11+
python: [ '3.9', '3.10', '3.11', '3.12' ]
1112
steps:
1213
- uses: actions/checkout@v4
1314
- name: Set up Python

0 commit comments

Comments
 (0)