@@ -24,16 +24,13 @@ authors = [
2424dependencies = [
2525 " neo4j == 5.28.1"
2626]
27- requires-python = " >=3.7 "
27+ requires-python = " >=3.10 "
2828keywords = [" neo4j" , " graph" , " database" ]
2929classifiers = [
3030 " Development Status :: 5 - Production/Stable" ,
3131 " Intended Audience :: Developers" ,
3232 " License :: OSI Approved :: Apache Software License" ,
3333 " Operating System :: OS Independent" ,
34- " Programming Language :: Python :: 3.7" ,
35- " Programming Language :: Python :: 3.8" ,
36- " Programming Language :: Python :: 3.9" ,
3734 " Programming Language :: Python :: 3.10" ,
3835 " Programming Language :: Python :: 3.11" ,
3936 " Programming Language :: Python :: 3.12" ,
@@ -107,8 +104,7 @@ extend-exclude = [
107104preview = true # to get CPY lints
108105extend-ignore = [
109106 " RUF002" , # allow ’ (RIGHT SINGLE QUOTATION MARK) to be used as an apostrophe (e.g. "it’s")
110- " SIM117" , # TODO: when Python 3.10+ is the minimum,
111- # we can start to use multi-item `with` statements
107+
112108 # pydocstyle
113109 " D1" , # disable check for undocumented items (way too noisy)
114110 " D203" , # `one-blank-line-before-class`
0 commit comments