Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
{
matchManagers: ["pre-commit"],
addLabels: ["pre-commit"],
commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D"
commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D",
versioning: "pep440"
},
{
matchUpdateTypes: ["lockFileMaintenance"],
Expand Down
1 change: 1 addition & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ As of August 2025, our CI pipeline on GitHub continuously tests the library acro

- {code}`ubuntu-24.04`: {code}`Release` and {code}`Debug` builds using {code}`gcc`
- {code}`ubuntu-24.04-arm`: {code}`Release` build using {code}`gcc`
- {code}`macos-15-intel`: {code}`Release` build using {code}`AppleClang`
- {code}`macos-14`: {code}`Release` and {code}`Debug` builds using {code}`AppleClang`
- {code}`windows-2022`: {code}`Release` and {code}`Debug` builds using {code}`msvc`
- {code}`windows-11-arm`: {code}`Release` build using {code}`msvc`
Expand Down
Loading