Skip to content

Commit

Permalink
🙏 install python 3.7 besides 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Jan 28, 2025
1 parent 448992c commit 3a865f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-tsdownsample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: '3.13'
python-version: |
3.7
3.13
architecture: ${{ matrix.python-architecture || 'x64' }}

- name: build sdist
Expand Down

0 comments on commit 3a865f6

Please sign in to comment.