Skip to content

Commit

Permalink
Change python version to 3.12 in unitests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Feb 11, 2024
1 parent 76ec206 commit 228392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
- name: Install requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit 228392e

Please sign in to comment.