Skip to content

Commit bada0f3

Browse files
committed
Updated Python version to 3.12 in staging-deploy and test-lint workflows
1 parent e4752bc commit bada0f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.8"]
21+
python-version: ["3.12"]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8"]
18+
python-version: ["3.12"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)