We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f434da9 + 584c925 commit 749fc65Copy full SHA for 749fc65
3 files changed
.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