Skip to content

Commit

Permalink
chore: use python3.11 in py check
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Apr 25, 2024
1 parent 6957fe4 commit 7f1835d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bumpversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Set up Python 3.9
uses: actions/setup-python@v4.5.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
python-version: "3.9"
python-version: "3.11"
cache: "poetry"
cache-dependency-path: "poetry.lock"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Set up Python 3.9
uses: actions/setup-python@v4.5.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
python-version: "3.9"
python-version: "3.11"
cache: "poetry"
cache-dependency-path: "poetry.lock"

Expand Down

0 comments on commit 7f1835d

Please sign in to comment.