Skip to content

Commit

Permalink
Merge pull request #1488 from bernt-matthias/py38
Browse files Browse the repository at this point in the history
use py3.13 for deploy
  • Loading branch information
mvdbeek authored Jan 17, 2025
2 parents d48552c + 4821605 commit 8ef50e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: '18.12.1'
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit 8ef50e4

Please sign in to comment.