Skip to content

Commit

Permalink
ci: loosen Python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Sep 4, 2023
1 parent 815ef60 commit f0f3adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.10'
python-version: '3.8'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1
Expand Down

0 comments on commit f0f3adb

Please sign in to comment.