Skip to content

Commit c66f527

Browse files
authored
Add support for python 3.8 (#25)
* feat: add support for python 3.8 * add poetry.lock * fix: convert builtins to typing.Dict * fix: use poetry 1.8.5 to publish
1 parent 53612f9 commit c66f527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
python-version: 3.8
2121
- name: Install Poetry
2222
uses: snok/install-poetry@v1
23+
with:
24+
version: 1.8.5
2325
- name: Compare tag and project version
2426
run: |
2527
if [ "v$(poetry version | cut -d' ' -f2)" != "${{ github.ref_name }}" ]; then echo "Version mismatch"; exit 1; fi

0 commit comments

Comments
 (0)