Skip to content

Commit fc8e3ce

Browse files
committed
Fixed workflow
1 parent da13bf8 commit fc8e3ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/poetry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v1
1313
with:
14-
python-version: '3.8'
14+
python-version: [3.9, 3.11]
1515
architecture: x64
1616
- name: Install dependencies
1717
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.8, 3.9]
18+
python-version: [3.9, 3.11]
1919
poetry-version: [1.3.1]
2020
os: [ubuntu-latest]
2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)