Skip to content

Commit

Permalink
python 3.13 try
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Nov 20, 2024
1 parent b3ead6f commit 53b1f29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand All @@ -36,6 +37,7 @@ jobs:
python-version: ${{ matrix.py }}
- run: uv sync --extra test --locked
- run: uv run pytest --benchmark-disable -vvv

mypy:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand All @@ -33,7 +34,7 @@ array = [
"scikit-learn",
"array_api_compat",
"numba==0.59.1",
"llvmlite==0.42.0",
"llvmlite==0.43.0",
]
dev = [
"ruff",
Expand Down

0 comments on commit 53b1f29

Please sign in to comment.