Skip to content

Commit 61f168b

Browse files
committed
chore(SCC): Upgrade Python version to 3.12
Signed-off-by: Bryan Bosely <[email protected]>
1 parent b92e29f commit 61f168b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: "!startsWith(github.event.head_commit.message, 'chore') && !startsWith(github.ref, 'refs/tags/v')"
1212
strategy:
1313
matrix:
14-
python-version: [3.9, "3.10", 3.11]
14+
python-version: ["3.12"]
1515
steps:
1616
- uses: actions/checkout@v1
1717

@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
max-parallel: 1
3434
matrix:
35-
python-version: ["3.9", "3.10", "3.11"]
35+
python-version: ["3.12"]
3636
steps:
3737
- name: setup extensions
3838
uses: actions/checkout@v1

0 commit comments

Comments
 (0)