Skip to content

Commit

Permalink
Upgraded Python to 3.8 (#820)
Browse files Browse the repository at this point in the history
Support for 3.6 ended on 23 Dec 2021.
  • Loading branch information
freemanjp authored Apr 24, 2022
1 parent 018d503 commit 2e7f1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.6'
python-version: '3.8'

- name: Install Vagrantfile lint tool
run: sudo gem install rubocop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.6'
python-version: '3.8'

- name: Install Vagrantfile lint tool
run: sudo gem install rubocop
Expand Down

0 comments on commit 2e7f1fd

Please sign in to comment.