ci: python3.12に変更

pull/125/head
yupix 9 months ago
parent c707bcc639
commit 45864dfd2f
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip

@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip

Loading…
Cancel
Save