Skip to content

Commit 9077f6c

Browse files
authored
Update pyproject.toml
1 parent cbd412b commit 9077f6c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "efficient_apriori"
7-
version = "2.0.5"
7+
version = "2.0.6"
88
dynamic = ["readme"]
99
description = "An efficient Python implementation of the Apriori algorithm."
1010
license = {file = "LICENSE"}
@@ -14,13 +14,13 @@ authors = [
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"License :: OSI Approved :: MIT License",
17-
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2222
]
23-
requires-python = ">=3.8"
23+
requires-python = ">=3.9"
2424

2525
[project.urls]
2626
Source = "https://github.com/tommyod/Efficient-Apriori"
@@ -41,6 +41,6 @@ log_cli = true
4141
log_cli_level = "INFO"
4242
log_format = "%(asctime)s %(levelname)s %(message)s"
4343
log_date_format = "%Y-%m-%d %H:%M:%S"
44-
minversion = "3.8"
44+
minversion = "3.9"
4545
filterwarnings = "ignore"
4646
norecursedirs = "docs"

0 commit comments

Comments
 (0)