Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 85b8a42

Browse files
Downgrade38 (#59)
* downgrade to support python3.8 * updated poetry version --------- Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
1 parent 3ab8d3f commit 85b8a42

File tree

3 files changed

+268
-201
lines changed

3 files changed

+268
-201
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
fail-fast: false
1616
max-parallel: 2
1717
matrix:
18-
python-version: [ "3.9", "3.10" ]
19-
poetry-version: [ "1.1.14" ]
18+
python-version: [ "3.8", "3.9", "3.10" ]
19+
poetry-version: [ "1.5.1" ]
2020
# os: [ ubuntu-18.04, macos-latest, windows-latest ]
2121
os: [ ubuntu-22.04, macos-latest ]
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)