Skip to content

Commit

Permalink
Use latest version of python for CI (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Nov 2, 2024
1 parent 848e95f commit 4b73a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: 3.8
python-version: 3.13
- name: "Install dependencies"
run: "pip install -r requirements.txt"
- name: "Build"
Expand Down

0 comments on commit 4b73a5e

Please sign in to comment.