Skip to content

Commit b7b7fe6

Browse files
committed
mess with python versions
1 parent 93cdcc4 commit b7b7fe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030
- uses: actions/setup-python@v6
3131
with:
32-
python-version: '3.x'
32+
python-version: '3.10'
3333
- run: pip install $(grep -E '^(ruff|mypy|numpy|typed-ast)' requirements.txt)
3434
- run: make lint-python
3535

@@ -103,7 +103,7 @@ jobs:
103103
toolchain: stable
104104
- uses: actions/setup-python@v6
105105
with:
106-
python-version: '3.12'
106+
python-version: '3.13'
107107
- uses: PyO3/maturin-action@v1
108108
with:
109109
manylinux: auto

0 commit comments

Comments
 (0)