Skip to content

Commit

Permalink
Upgraded Python version to 3.8.10 (#247)
Browse files Browse the repository at this point in the history
EOL for Python 3.6 was 23 Dec 2021.
  • Loading branch information
freemanjp authored May 12, 2022
1 parent 040b013 commit 890ba50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'

- name: Cache Molecule
id: molecule-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'

- name: Install Ansible
run: pip3 install --no-compile ansible-base
Expand Down
2 changes: 1 addition & 1 deletion .moleculew/python_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.7
3.8.10

0 comments on commit 890ba50

Please sign in to comment.