Skip to content

Commit f748ead

Browse files
authored
Really stop python-version from beign changed by renovate (#4886)
I think this might be it. Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent b537c67 commit f748ead

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Latest macOS doesn't allow maturin to install stuff into the global Python interpreter
4545
if: "${{ matrix.target.runs-on == 'macos-latest' }}"
4646
with:
47-
python-version: "3.14"
47+
python-version: "3.11"
4848

4949
- name: Build wheel
5050
uses: PyO3/maturin-action@v1

renovate.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626
"chore"
2727
],
2828
"packageRules": [
29-
{
30-
"matchManagers": ["pyenv"],
31-
"enabled": false
32-
},
3329
{
3430
"matchPackageNames": [
35-
"ubuntu"
31+
"ubuntu",
32+
"python"
3633
],
3734
"enabled": false
3835
},

0 commit comments

Comments
 (0)