Skip to content

Commit

Permalink
removed python 3.6 from artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Sep 25, 2022
1 parent 8831232 commit f141ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: true
matrix:
CI_ARCH: ["x86", "x64"]
PYVERSION: ["3.10", "3.9", "3.8", "3.7", "3.6"]
PYVERSION: ["3.10", "3.9", "3.8", "3.7"]

deploy:
needs: ["build"]
Expand Down

0 comments on commit f141ead

Please sign in to comment.