@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " incydr"
77description = " Code42's Incydr Python SDK"
88readme = " README.md"
9- requires-python = " >=3.9 "
9+ requires-python = " >=3.10 "
1010license = " MIT"
1111keywords = []
1212authors = [
@@ -15,11 +15,11 @@ authors = [
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2323 " Programming Language :: Python :: Implementation :: CPython" ,
2424 " Programming Language :: Python :: Implementation :: PyPy" ,
2525]
@@ -36,7 +36,7 @@ dependencies = [
3636dynamic = [" version" ]
3737
3838[project .optional-dependencies ]
39- cli = [" click==8.1.* " , " chardet" ]
39+ cli = [" click>=8.2 " , " chardet" ]
4040
4141[project .urls ]
4242Documentation = " https://github.com/code42/incydr_python#readme"
@@ -86,14 +86,14 @@ svg = "python docs/example_logging.py"
8686
8787
8888[[tool .hatch .envs .test .matrix ]]
89- python = [" 39 " , " 310 " , " 311 " , " 312 " ]
89+ python = [" 310 " , " 311 " , " 312 " , " 313 " , " 314 " ]
9090[tool .hatch .envs .test ]
9191dependencies = [
9292 " pytest" ,
9393 " pytest-cov" ,
9494 " pytest-mock" ,
9595 " pytest-httpserver" ,
96- " click===8.1.8 " ,
96+ " click>=8.2 " ,
9797 " chardet" ,
9898 " python-dateutil" ,
9999]
0 commit comments