Skip to content

Commit

Permalink
ci_build: update python
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jan 23, 2025
1 parent 5ce4124 commit 4d5fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"
- name: Build pydamage
run: |
pip install wheel
Expand Down

0 comments on commit 4d5fc95

Please sign in to comment.