Skip to content

Commit a9ad083

Browse files
committed
Back to Python 3.11 on rebuild
1 parent bdd4fbd commit a9ad083

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,10 @@
183183
matchDepNames: ['python'],
184184
groupName: 'Python',
185185
},
186+
/** No update on rebuild workflow */
187+
{
188+
matchFileNames: ['.github/workflows/rebuild.yaml'],
189+
enabled: false,
190+
},
186191
],
187192
}

.github/workflows/rebuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
matrix:
1616
include:
1717
- branch: '3.28'
18-
python-version: '3.13'
18+
python-version: '3.11'
1919
- branch: '3.29'
20-
python-version: '3.13'
20+
python-version: '3.11'
2121
- branch: '3.30'
22-
python-version: '3.13'
22+
python-version: '3.11'
2323

2424
steps:
2525
- run: docker system prune --all --force

0 commit comments

Comments
 (0)