Skip to content

Commit

Permalink
Remove Python 3.7 from .build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Jan 2, 2024
1 parent 05e0b34 commit 96152d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ container:
build:
- name: build
environment:
PYTHONS: /opt/python/cp37-cp37m/bin,/opt/python/cp38-cp38/bin,/opt/python/cp39-cp39/bin,/opt/python/cp310-cp310/bin,/opt/python/cp311-cp311/bin,/opt/python/cp312-cp312/bin
PYTHONS: /opt/python/cp38-cp38/bin,/opt/python/cp39-cp39/bin,/opt/python/cp310-cp310/bin,/opt/python/cp311-cp311/bin,/opt/python/cp312-cp312/bin
script:
- scripts/manylinux2014build.sh
artifact:
Expand Down

0 comments on commit 96152d2

Please sign in to comment.