Skip to content

Commit

Permalink
CI: build with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 21, 2024
1 parent a7007d8 commit 4dd62d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install --upgrade cibuildwheel
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Clang
if: matrix.platform[2] == 'clang'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Clang
if: matrix.platform[2] == 'clang'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Download test data
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 4dd62d4

Please sign in to comment.