Skip to content

Commit a33dca3

Browse files
committed
chore: gh-actions, run non-code actions against python 3.12
1 parent 77e13fd commit a33dca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
max-parallel: 4
5151
matrix:
5252
python-version:
53-
- '3.9'
53+
- '3.12'
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v4
@@ -95,7 +95,7 @@ jobs:
9595
max-parallel: 4
9696
matrix:
9797
python-version:
98-
- '3.9'
98+
- '3.12'
9999
steps:
100100
- name: Checkout
101101
uses: actions/checkout@v4
@@ -117,7 +117,7 @@ jobs:
117117
max-parallel: 4
118118
matrix:
119119
python-version:
120-
- '3.9'
120+
- '3.12'
121121
steps:
122122
- name: Checkout
123123
uses: actions/checkout@v4

0 commit comments

Comments
 (0)