Skip to content

Commit

Permalink
restore python version
Browse files Browse the repository at this point in the history
  • Loading branch information
suppo01 committed Dec 5, 2024
1 parent 53dcdee commit 72face7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: [">=3.8,<4.0"]
python-version: "3.8"
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down Expand Up @@ -51,7 +51,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [">=3.8,<4.0"]
python-version: ["3.7", "3.10"]
include:
- os: macos-latest
python-version: "3.9"
- os: windows-latest
Expand Down

0 comments on commit 72face7

Please sign in to comment.