Skip to content

Commit

Permalink
Bump python version for CI to 3.7
Browse files Browse the repository at this point in the history
python-tuf doesn't support 3.6 anymore: theupdateframework/python-tuf@0f59f4b

Signed-off-by: Zachary Newman <[email protected]>
  • Loading branch information
znewman01 committed Mar 2, 2022
1 parent dbd78c6 commit d72fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: Checkout code
uses: actions/checkout@v2
- name: Install Python dependencies
Expand Down

0 comments on commit d72fa29

Please sign in to comment.