infra-setup #2

Merged
cyclane merged 26 commits from :infra-setup into main 2023-09-02 17:54:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e29e43ac0 - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: ">=3.11"
- name: Install dependencies
run: -|