Skip to content

Commit 6b806f8

Browse files
authored
Merge pull request #29 from shivam5643/fix-workflow
github workflow
2 parents 279f2a5 + d3bbcf1 commit 6b806f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reviewing_changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
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
1920
matrix:
20-
python: ['3.7', '3.10', '3.11']
21+
python: ['3.10', '3.11', '3.12']
2122
os: [ macos-latest, windows-latest, ubuntu-latest ]
2223
name: Behave Repo ${{ matrix.python }} - ${{ matrix.os }} Sample
2324
env:

0 commit comments

Comments
 (0)