Skip to content

Commit af662da

Browse files
committed
Upgraded python version
1 parent 7644294 commit af662da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.9
20+
python-version: 3.11
2121
- run: pip install -r requirements.txt
2222
- run: python scripts/download-tools.py
2323
- run: black .
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-python@v4
3737
with:
38-
python-version: 3.9
38+
python-version: 3.11
3939
- run: pip install -r requirements.txt
4040
- run: python scripts/download-tools.py
4141
- run: python scripts/build.py
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v3
5252
- uses: actions/setup-python@v4
5353
with:
54-
python-version: 3.9
54+
python-version: 3.11
5555
- run: pip install -r requirements.txt
5656
- run: python scripts/download-tools.py
5757
- run: python scripts/build.py

0 commit comments

Comments
 (0)