Skip to content

Commit d3bbcf1

Browse files
committed
fix github actions workflow
1 parent 279f2a5 commit d3bbcf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)