Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14'
workspace: ['locked', 'latest']
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
Comment thread
imphil marked this conversation as resolved.
"Topic :: Documentation",
"Topic :: Documentation :: Sphinx",
"Topic :: Software Development",
Expand Down
3 changes: 3 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// Run check at daytime on every weekend
"* 9-12 * * 0,6"
],
lockFileMaintenance: {
enabled: true,
},
"automerge": true,
"packageRules": [
{
Expand Down
Loading