Pin Python to 3.11 in CI

This commit is contained in:
monosans 2023-11-07 13:09:06 +03:00
parent 6bc3dff837
commit 6cf715afc5
No known key found for this signature in database

View file

@ -18,7 +18,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.x python-version: "3.11"
- name: Install dependencies - name: Install dependencies
run: | run: |