Skip to content

Commit 53b1f29

Browse files
committed
python 3.13 try
1 parent b3ead6f commit 53b1f29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
py:
23+
- "3.13"
2324
- "3.12"
2425
- "3.11"
2526
- "3.10"
@@ -36,6 +37,7 @@ jobs:
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:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
]
3839
dev = [
3940
"ruff",

0 commit comments

Comments
 (0)