We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5bc0f commit 62dc690Copy full SHA for 62dc690
1 file changed
.github/workflows/main.yml
@@ -6,8 +6,9 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
strategy:
9
+ fail-fast: false
10
matrix:
- python: [ '3.6.x', '3.7.x', '3.8.x', '3.9.x' ]
11
+ python: [ '3.9', '3.10', '3.11', '3.12' ]
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python
0 commit comments