Skip to content

Commit 4d067de

Browse files
authored
ci: use stable Python 3.12 version
1 parent 8f78460 commit 4d067de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
# The lowest supported version is Ubuntu 20.04 + Python 3.8 or macOS 12 + Python 3.9
8787
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2019', 'm2ci' ]
88-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12-dev' ]
88+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
8989
exclude:
9090
# macOS 12 comes with Python 3.9 by default, so we drop ci support for Python 3.8 on macOS
9191
# FIXME: We can't build on macOS 11 for now because our prebuilt `uncrustify` binary requires macOS 12

0 commit comments

Comments
 (0)