fix: python version string (#475)

This commit is contained in:
cachho
2023-08-24 23:40:48 +02:00
committed by GitHub
parent 564036a166
commit bbb3bca1c7

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 python-version: '3.11'
- name: Install pep517 - name: Install pep517
run: | run: |