We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b537c67 commit f748eadCopy full SHA for f748ead
2 files changed
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
# Latest macOS doesn't allow maturin to install stuff into the global Python interpreter
45
if: "${{ matrix.target.runs-on == 'macos-latest' }}"
46
with:
47
- python-version: "3.14"
+ python-version: "3.11"
48
49
- name: Build wheel
50
uses: PyO3/maturin-action@v1
renovate.json
@@ -26,13 +26,10 @@
26
"chore"
27
],
28
"packageRules": [
29
- {
30
- "matchManagers": ["pyenv"],
31
- "enabled": false
32
- },
33
{
34
"matchPackageNames": [
35
- "ubuntu"
+ "ubuntu",
+ "python"
36
37
"enabled": false
38
},
0 commit comments