Skip to content

Commit

Permalink
updated python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Slluxx committed Mar 5, 2022
1 parent fa90151 commit 79519ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9.7
python-version: 3.9.10

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tweet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9.9
python-version: 3.9.10

- name: tweet
run: |
Expand Down

0 comments on commit 79519ed

Please sign in to comment.