Skip to content

Commit

Permalink
Updating Python version from 3.9 -> 3.11 in git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckMac committed Nov 8, 2022
1 parent f0b3462 commit 2dbdfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
if: ${{ github.event.release.tag_name }} != ''
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2dbdfc5

Please sign in to comment.