We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279f2a5 + d3bbcf1 commit 6b806f8Copy full SHA for 6b806f8
1 file changed
.github/workflows/reviewing_changes.yml
@@ -16,8 +16,9 @@ jobs:
16
strategy:
17
fail-fast: false
18
max-parallel: 3
19
+ # python 3.7 is not found in github actions runs, hence removing 3.7 version from matrix and adding lts 3.12 version
20
matrix:
- python: ['3.7', '3.10', '3.11']
21
+ python: ['3.10', '3.11', '3.12']
22
os: [ macos-latest, windows-latest, ubuntu-latest ]
23
name: Behave Repo ${{ matrix.python }} - ${{ matrix.os }} Sample
24
env:
0 commit comments