Skip to content

Commit a982199

Browse files
committed
fix: update python version
1 parent 0551b4b commit a982199

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ["3.9"]
24+
python-version: ["3.11"]
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
strategy:
7676
matrix:
77-
python-version: ["3.9"]
77+
python-version: ["3.11"]
7878
steps:
7979
- name: Checkout
8080
uses: actions/checkout@v4

.github/workflows/verify_requirements_generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: setup-python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.9
32+
python-version: 3.11
3333

3434
- name: Load cached Poetry installation
3535
id: cache-poetry

0 commit comments

Comments
 (0)