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 109f6d8 commit 576064eCopy full SHA for 576064e
.github/workflows/python-test.yml
@@ -76,7 +76,7 @@ jobs:
76
needs: [build]
77
strategy:
78
matrix:
79
- version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ]
+ version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ]
80
os: [ ubuntu-latest, macos-latest, windows-latest ]
81
fail-fast: false
82
runs-on: ${{ matrix.os }}
README.rst
@@ -132,12 +132,12 @@ Supported versions
132
clang-format, clang-tidy, clang-query, clang-apply-replacements
133
***************************************************************
134
.. csv-table::
135
- :header: "Version", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
+ :header: "Version", "19", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
136
:stub-columns: 1
137
138
- Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
139
- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140
- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
+ Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141
142
.. warning::
143
All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size.
0 commit comments