Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fix python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bogenberger committed Nov 2, 2023
1 parent 709ef9d commit bd8ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4.7.1
with:
python-version: '3.x'
python-version: '3.11'
architecture: 'x64'
- name: Install packages
run: pip install .
Expand Down

0 comments on commit bd8ab12

Please sign in to comment.