@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.8
15
15
Classifier: Programming Language :: Python :: 3.9
16
16
Classifier: Programming Language :: Python :: 3.10
17
17
Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
18
19
Classifier: Topic :: Scientific/Engineering
19
20
Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
21
Classifier: Topic :: System :: Distributed Computing
@@ -42,7 +43,7 @@ Requires-Dist: pytest-xdist>=2.0; extra == "test"
42
43
Requires-Dist: pytest-mock>=3.0; extra == "test"
43
44
Provides-Extra: docs
44
45
Requires-Dist: sphinx>=4.0; extra == "docs"
45
- Requires-Dist: groundwork- sphinx-theme>=1.1.1 ; extra == "docs"
46
+ Requires-Dist: sphinx-wagtail- theme>=6.0.0 ; extra == "docs"
46
47
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "docs"
47
48
Requires-Dist: nbsphinx>=0.8; extra == "docs"
48
49
Requires-Dist: jupyter>=1.0; extra == "docs"
@@ -55,7 +56,7 @@ Requires-Dist: black>=21.0; extra == "all"
55
56
Requires-Dist: flake8>=3.8; extra == "all"
56
57
Requires-Dist: mypy>=0.812; extra == "all"
57
58
Requires-Dist: sphinx>=4.0; extra == "all"
58
- Requires-Dist: groundwork- sphinx-theme>=1.1.1 ; extra == "all"
59
+ Requires-Dist: sphinx-wagtail- theme>=6.0.0 ; extra == "all"
59
60
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "all"
60
61
Requires-Dist: nbsphinx>=0.8; extra == "all"
61
62
Requires-Dist: jupyter>=1.0; extra == "all"
@@ -64,7 +65,8 @@ Requires-Dist: ipython>=7.0; extra == "all"
64
65
# Clustrix
65
66
66
67
[](https://github.com/ContextLab/clustrix/actions/workflows/tests.yml)
67
- [](https://github.com/ContextLab/clustrix/actions/workflows/coverage-badge.yml)
68
+ [](https://badge.fury.io/py/clustrix)
69
+ [](https://clustrix.readthedocs.io/en/latest/?badge=latest)
68
70
[](https://www.python.org/downloads/)
69
71
[](https://opensource.org/licenses/MIT)
70
72
0 commit comments