Skip to content

Commit a68f536

Browse files
committed
Upgraded Python version to 3.13
1 parent 9d98588 commit a68f536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.13'
3636
- name: Build wheels
3737
uses: PyO3/maturin-action@v1
3838
with:
@@ -64,7 +64,7 @@ jobs:
6464
override: true
6565
- uses: actions/setup-python@v5
6666
with:
67-
python-version: '3.10'
67+
python-version: '3.13'
6868
architecture: ${{ matrix.platform.target }}
6969
- name: Build wheels
7070
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)