Skip to content

Commit 834a6e2

Browse files
committed
Update build workflow
1 parent 0184d0e commit 834a6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Checkout Code Repository
3737
uses: actions/checkout@v3
3838

39-
- name: Set up Python 3.12
39+
- name: Set up Python 3.13
4040
uses: actions/setup-python@v3
4141
with:
42-
python-version: "3.12"
42+
python-version: "3.13"
4343

4444
- name: Install and Run Pre-commit
4545
uses: pre-commit/[email protected]
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash -l {0}
5656
strategy:
5757
matrix:
58-
python-version: ["3.10", "3.11", "3.12", "3.13"]
58+
python-version: ["3.11", "3.12", "3.13", "3.14"]
5959
steps:
6060
- uses: actions/checkout@v3
6161

0 commit comments

Comments
 (0)