Skip to content

Commit 1f1f205

Browse files
committed
Drop Py3.10, test Py3.13.
1 parent 6c7c9b5 commit 1f1f205

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: ['ubuntu-latest']
14-
python: ['3.10', '3.11', '3.12']
14+
python: ['3.11', '3.12', '3.13']
1515
pip_opts: ['']
1616
numba_boundscheck: [0]
1717
include:

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ numba = ">=0.49"
1010
numpy = ">=1.17"
1111

1212
[dependencies]
13-
python = ">=3.10,<3.13"
13+
python = ">=3.11,<3.14"
1414

1515
[feature.extra.pypi-dependencies]
1616
dask = { version = ">=2024", extras = ["array"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Sparse n-dimensional arrays for the PyData ecosystem"
99
readme = "README.md"
1010
dependencies = ["numpy>=1.17", "numba>=0.49"]
1111
maintainers = [{ name = "Hameer Abbasi", email = "[email protected]" }]
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.11"
1313
license = { file = "LICENSE" }
1414
keywords = ["sparse", "numpy", "scipy", "dask"]
1515
classifiers = [

0 commit comments

Comments
 (0)