Skip to content

Commit cdf9b06

Browse files
committed
update pyproject toml to 6.1
1 parent 6ba8305 commit cdf9b06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bigbang-py"
7-
version = "0.4.4"
7+
version = "0.6.1"
88
authors = [
99
{ name="BigBang Team", email="bigbang-dev@data-activism.net" },
1010
]
1111
description = "BigBang is a toolkit for studying communications data from collaborative projects. It currently supports analyzing mailing lists from Sourceforge, Mailman, ListServ, or .mbox files."
1212
readme = "README.md"
1313
license = { file="LICENSE" }
14-
requires-python = ">=3.7"
14+
requires-python = ">=3.12"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"License :: OSI Approved :: MIT License",
@@ -35,7 +35,6 @@ dependencies = [
3535
"python-docx",
3636
"GitPython",
3737
"nbformat",
38-
"nbconvert",
3938
"validator-collection",
4039
"markdown",
4140
"matplotlib",

0 commit comments

Comments
 (0)