Skip to content

Commit

Permalink
Use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
borisskert committed May 5, 2024
1 parent 98e7c1a commit e7cb2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.11

- name: Install dependecies
run: pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11

0 comments on commit e7cb2f8

Please sign in to comment.