Pin Python version to 3.11

This commit is contained in:
Toshihiko Yanase
2023-11-08 11:45:14 +09:00
parent e0c89e2f34
commit 2c50b5afea
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
architecture: x64
- name: Install dependencies
run: |