Skip to content

Commit

Permalink
Alpine: Set default to 3.19 and remove Python 3.10
Browse files Browse the repository at this point in the history
No prebuilt images for scipy==1.10.0 and Python 3.10, and while building it is possible, that would make the image bigger. Perhaps could be also be done in the build container later.

(Yes prebuilt images for scipy 1.11.0+ and supported Pythons)
  • Loading branch information
chennin committed Feb 3, 2024
1 parent d682434 commit 2bbce64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
secrets: inherit
with:
osname: 'alpine'
osstablever: '3.18'
pythonvers: '[ "3.10", "3.11" ]'
osstablever: '3.19'
pythonvers: '[ "3.11" ]'
osvers: '[ "3.18", "3.19" ]'
branch: '${{ github.event.inputs.branch }}'

0 comments on commit 2bbce64

Please sign in to comment.