Skip to content

Commit

Permalink
Back to Python 3.11 on rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 14, 2025
1 parent bdd4fbd commit a9ad083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,10 @@
matchDepNames: ['python'],
groupName: 'Python',
},
/** No update on rebuild workflow */
{
matchFileNames: ['.github/workflows/rebuild.yaml'],
enabled: false,
},
],
}
6 changes: 3 additions & 3 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
matrix:
include:
- branch: '3.28'
python-version: '3.13'
python-version: '3.11'
- branch: '3.29'
python-version: '3.13'
python-version: '3.11'
- branch: '3.30'
python-version: '3.13'
python-version: '3.11'

steps:
- run: docker system prune --all --force
Expand Down

0 comments on commit a9ad083

Please sign in to comment.