@@ -7,7 +7,7 @@ name = "dask-histogram"
7
7
description = " Histogramming with Dask."
8
8
readme = " README.md"
9
9
license = {text = " BSD-3-Clause" }
10
- requires-python = " >=3.8 "
10
+ requires-python = " >=3.9 "
11
11
authors = [
12
12
{
name =
" Doug Davis" ,
email =
" [email protected] " },
13
13
]
@@ -16,11 +16,11 @@ classifiers = [
16
16
" License :: OSI Approved :: BSD License" ,
17
17
" Programming Language :: Python :: 3" ,
18
18
" Programming Language :: Python :: 3 :: Only" ,
19
- " Programming Language :: Python :: 3.8" ,
20
19
" Programming Language :: Python :: 3.9" ,
21
20
" Programming Language :: Python :: 3.10" ,
22
21
" Programming Language :: Python :: 3.11" ,
23
22
" Programming Language :: Python :: 3.12" ,
23
+ " Programming Language :: Python :: 3.13" ,
24
24
" Topic :: Scientific/Engineering" ,
25
25
" Topic :: Scientific/Engineering :: Information Analysis" ,
26
26
" Topic :: Scientific/Engineering :: Mathematics" ,
@@ -34,17 +34,7 @@ dynamic = ["version"]
34
34
35
35
[project .optional-dependencies ]
36
36
complete = [
37
- " dask-sphinx-theme >=3.0.2" ,
38
- " dask[array,dataframe]" ,
39
- " dask-awkward >=2023.10.0" ,
40
- " hist" ,
41
- " pytest" ,
42
- " sphinx >=4.0.0" ,
43
- " sphinxcontrib-applehelp>=1.0.0,<1.0.7" ,
44
- " sphinxcontrib-devhelp>=1.0.0,<1.0.6" ,
45
- " sphinxcontrib-htmlhelp>=2.0.0,<2.0.5" ,
46
- " sphinxcontrib-serializinghtml>=1.1.0,<1.1.10" ,
47
- " sphinxcontrib-qthelp>=1.0.0,<1.0.7" ,
37
+ " dask-histogram[docs,test]"
48
38
]
49
39
docs = [
50
40
" dask-sphinx-theme >=3.0.2" ,
0 commit comments