Skip to content

Commit

Permalink
Use python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
branic committed Dec 11, 2024
1 parent 937e3a4 commit 0765a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.13'

- name: Install python requirements
run: pip3 install -r requirements.txt
Expand Down

0 comments on commit 0765a4d

Please sign in to comment.