Skip to content

Commit ddd9cea

Browse files
authored
Merge pull request #80 from fosslight/daily
Update supported python version
2 parents eccdfa9 + a524acc commit ddd9cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -29,4 +29,4 @@ jobs:
2929
cd test
3030
git clone https://github.com/LGE-OSS/example
3131
cd example
32-
fosslight_scanner -p .
32+
fosslight_scanner -p .

0 commit comments

Comments
 (0)