Skip to content

Commit

Permalink
python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lakruzz committed Jan 10, 2025
1 parent 7c63d01 commit 6c1f226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.13"
python-version: "3.12"
- name: Install dependencies
run: |
pip install pipenv
Expand Down

0 comments on commit 6c1f226

Please sign in to comment.