We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cdcc4 commit b7b7fe6Copy full SHA for b7b7fe6
1 file changed
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v5
30
- uses: actions/setup-python@v6
31
with:
32
- python-version: '3.x'
+ python-version: '3.10'
33
- run: pip install $(grep -E '^(ruff|mypy|numpy|typed-ast)' requirements.txt)
34
- run: make lint-python
35
@@ -103,7 +103,7 @@ jobs:
103
toolchain: stable
104
105
106
- python-version: '3.12'
+ python-version: '3.13'
107
- uses: PyO3/maturin-action@v1
108
109
manylinux: auto
0 commit comments