Skip to content

Commit 9c14694

Browse files
committed
CI: Add 3.12 to the stable test matrix
1 parent 508dd80 commit 9c14694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
matrix:
107107
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
108-
python-version: [3.8, 3.9, "3.10", "3.11"]
108+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
109109
architecture: ['x64', 'x86']
110110
install: ['pip']
111111
check: ['test']

0 commit comments

Comments
 (0)