Skip to content

Commit

Permalink
Removing python 3.7 and 3.8 from release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed May 19, 2024
1 parent b5e8e61 commit ab71719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python: [ "3.9", "3.10", "3.11", "3.12" ]
octoprint: [ "1.5", "1.6", "1.7", "1.8", "1.9", "1.10" ]
exclude:
# These versions are not compatible to each other:
Expand Down

0 comments on commit ab71719

Please sign in to comment.