@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " codecarbon"
77dynamic = [" version" ]
88readme = " README.md"
9- requires-python = " >=3.7 "
9+ requires-python = " >=3.8 "
1010license = " MIT"
1111license-files = [" LICENSE" ]
1212authors = [
@@ -18,7 +18,6 @@ authors = [
1818]
1919classifiers = [
2020 " Natural Language :: English" ,
21- " Programming Language :: Python :: 3.7" ,
2221 " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
@@ -122,7 +121,7 @@ dev = [
122121]
123122doc = [
124123 " sphinx" ,
125- " sphinx_rtd_theme>=2.0 .0" ,
124+ " sphinx_rtd_theme>=3.1 .0" ,
126125]
127126
128127[project .optional-dependencies ]
@@ -193,7 +192,7 @@ docs = "cd docs/edit && make docs"
193192carbonboard = " python codecarbon/viz/carbonboard.py"
194193
195194[tool .bumpver ]
196- current_version = " 3.2.2 "
195+ current_version = " 3.2.3 "
197196version_pattern = " MAJOR.MINOR.PATCH[_TAGNUM]"
198197
199198[tool .bumpver .file_patterns ]
0 commit comments