File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 py :
23+ - " 3.13"
2324 - " 3.12"
2425 - " 3.11"
2526 - " 3.10"
3637 python-version : ${{ matrix.py }}
3738 - run : uv sync --extra test --locked
3839 - run : uv run pytest --benchmark-disable -vvv
40+
3941 mypy :
4042 runs-on : ubuntu-latest
4143 steps :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3.10" ,
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2122 " Programming Language :: Rust" ,
2223 " Programming Language :: Python :: Implementation :: CPython" ,
2324 " Programming Language :: Python :: Implementation :: PyPy" ,
@@ -33,7 +34,7 @@ array = [
3334 " scikit-learn" ,
3435 " array_api_compat" ,
3536 " numba==0.59.1" ,
36- " llvmlite==0.42 .0" ,
37+ " llvmlite==0.43 .0" ,
3738]
3839dev = [
3940 " ruff" ,
You can’t perform that action at this time.
0 commit comments