Skip to content

Commit

Permalink
Remove python3.6 from CI
Browse files Browse the repository at this point in the history
No need to build a package that we've never used.
  • Loading branch information
nothingface0 committed Nov 19, 2024
1 parent ffb65fa commit 50146aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.8"]
python-version: ["3.8"]
permissions:
contents: write
steps:
Expand Down

0 comments on commit 50146aa

Please sign in to comment.