Skip to content

Commit 6e181be

Browse files
authored
Update the python versions in GitHub Actions (#197)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent 3434c4c commit 6e181be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: "3.9"
19+
python-version: "3.12"
2020
- name: Install uv
2121
run: |
2222
pip install -r requirements.setup.txt
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
35+
python-version: [ "3.10", "3.11", "3.12" ]
3636
defaults:
3737
run:
3838
shell: bash

.github/workflows/test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.9"
21+
python-version: "3.12"
2222
- name: Install uv
2323
run: |
2424
pip install -r requirements.setup.txt
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.9", "3.10", "3.11", "3.12" ]
37+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3838
defaults:
3939
run:
4040
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-slim
1919
strategy:
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222
fail-fast: false
2323

2424
defaults:

0 commit comments

Comments
 (0)