Skip to content

Commit

Permalink
Drop Python 3.8 from publishing test matrix
Browse files Browse the repository at this point in the history
Toolbox does not support 3.8 anymore.
  • Loading branch information
soininen committed Oct 21, 2024
1 parent 3c9a164 commit eb5670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
matrix:
pkg: ['Spine-Database-API', 'spine-engine', 'spine-items', 'Spine-Toolbox']
os: [ubuntu-latest, windows-latest]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false

uses: ./.github/workflows/test-wheel.yml
Expand Down

0 comments on commit eb5670b

Please sign in to comment.