Merge pull request #686 from toshihikoyanase/pin-python-version-to-3-11-as-hotfix

Pin Python version to 3.11 as a hotfix
This commit is contained in:
Hideaki Imamura
2023-11-08 15:13:03 +09:00
committed by GitHub
+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: |