Run poetry under Python 3.8

Fix broken GitHub workflow run, see e.g.:

https://github.com/galaxyproject/galaxy/actions/runs/5982465584/job/16231580682
This commit is contained in:
Nicola Soranzo
2023-09-01 19:09:05 +01:00
parent 25b67699ba
commit d604bffc5f
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7']
python-version: ['3.8'] # poetry requires Python >=3.8
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4