Skip to content

Commit 3c3d725

Browse files
Andrew DortonAndrew Dorton
authored andcommitted
buid with newer poetry and drop 3.6 build
1 parent c65be58 commit 3c3d725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
18+
python-version: [3.7, 3.8, 3.9, "3.10"]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Poetry
2727
uses: abatilo/[email protected]
2828
with:
29-
poetry-version: 1.1.5
29+
poetry-version: 1.3.1
3030
- name: Install dependencies
3131
run: poetry install
3232
- name: Run tests

0 commit comments

Comments
 (0)