We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f78460 commit 4d067deCopy full SHA for 4d067de
.github/workflows/test-and-publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
matrix:
86
# The lowest supported version is Ubuntu 20.04 + Python 3.8 or macOS 12 + Python 3.9
87
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2019', 'm2ci' ]
88
- python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12-dev' ]
+ python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
89
exclude:
90
# macOS 12 comes with Python 3.9 by default, so we drop ci support for Python 3.8 on macOS
91
# FIXME: We can't build on macOS 11 for now because our prebuilt `uncrustify` binary requires macOS 12
0 commit comments