Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
py3.11
  • Loading branch information
prappleizer committed Apr 18, 2024
1 parent 008d9f8 commit b5461bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"
- name: Install dependencies
run: |
python3 -m pip install pip --upgrade pip
Expand Down

0 comments on commit b5461bd

Please sign in to comment.