Skip to content

Commit

Permalink
removes python3.6 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmicha authored Mar 6, 2023
1 parent 63b2a00 commit ca22707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/complete_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ca22707

Please sign in to comment.