Skip to content

Commit 01dac32

Browse files
authored
Update actions.yml
1 parent d51b2ac commit 01dac32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python 3.9
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.11
2323
- name: Install uv
2424
run: |
2525
curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -41,10 +41,10 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
44-
- name: Set up Python 3.9
44+
- name: Set up Python 3.11
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: 3.9
47+
python-version: 3.11
4848
- name: Install uv
4949
run: |
5050
curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -69,4 +69,4 @@ jobs:
6969
# - uses: actions/checkout@v4
7070
# - uses: chartboost/ruff-action@v1
7171
# with:
72-
# args: "format . --check"
72+
# args: "format . --check"

0 commit comments

Comments
 (0)