Skip to content

Commit 3b8963c

Browse files
committed
fix: Add py3.8 test job.
1 parent 795736f commit 3b8963c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: snok/install-poetry@v1
2424
with:
2525
virtualenvs-create: false
26-
version: 1.5.0
26+
version: 1.5.1
2727
- name: Build package distribution
2828
run: poetry build
2929
- name: Upload package artifact

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.9', '3.10', '3.11']
15+
python-version: ['3.9', '3.9', '3.10', '3.11']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Poetry
2727
uses: snok/install-poetry@v1
2828
with:
29-
version: 1.5.0
29+
version: 1.5.1
3030
virtualenvs-create: true
3131
virtualenvs-in-project: true
3232
- name: Run tox test suite

0 commit comments

Comments
 (0)