Skip to content

Commit 366ca3f

Browse files
authored
ci: Update python matrix (#275)
Signed-off-by: GitHub <[email protected]> authored-by: chizhg <[email protected]>
1 parent b22e1d1 commit 366ca3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
16+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1717
steps:
1818
- name: Harden Runner
1919
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
14+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)