@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " efficient_apriori"
7- version = " 2.0.5 "
7+ version = " 2.0.6 "
88dynamic = [" readme" ]
99description = " An efficient Python implementation of the Apriori algorithm."
1010license = {file = " LICENSE" }
@@ -14,13 +14,13 @@ authors = [
1414classifiers = [
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 ]
2626Source = " https://github.com/tommyod/Efficient-Apriori"
@@ -41,6 +41,6 @@ log_cli = true
4141log_cli_level = " INFO"
4242log_format = " %(asctime)s %(levelname)s %(message)s"
4343log_date_format = " %Y-%m-%d %H:%M:%S"
44- minversion = " 3.8 "
44+ minversion = " 3.9 "
4545filterwarnings = " ignore"
4646norecursedirs = " docs"
0 commit comments