Skip to content

Commit

Permalink
use .python-version file in conjunction with setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed May 30, 2024
1 parent 7bb1f67 commit 123b043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pythonapp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12

0 comments on commit 123b043

Please sign in to comment.