@@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2627 " Programming Language :: Python :: Implementation :: CPython" ,
2728 " Programming Language :: Python :: Implementation :: PyPy" ,
2829 " Topic :: System :: Hardware :: Hardware Drivers"
@@ -35,6 +36,7 @@ python = "^3.8"
3536numpy = [
3637 {version = " >=1.22" , python = " >=3.8,<3.12" },
3738 {version = " >=1.26" , python = " >=3.12,<3.13" },
39+ {version = " >=2.1" , python = " ^3.13" },
3840]
3941deprecation = " >=2.1"
4042# Documentation, must be in main dependencies (but optional) list for
@@ -43,7 +45,7 @@ deprecation = ">=2.1"
4345Sphinx = {version =" >=5.0" , optional =true }
4446sphinx_rtd_theme = {version =" >=1.0" , optional =true }
4547grpcio = {version =" >=1.49.0,<2.0" , optional =true }
46- protobuf = {version =" ^ 4.21" , optional =true }
48+ protobuf = {version =" >= 4.21" , optional =true }
4749hightime = " ^0.2.2"
4850toml = {version =" >=0.10.2" , optional =true }
4951tzlocal = " ^5.0"
@@ -62,7 +64,8 @@ click = "^8.1"
6264Mako = " ^1.2"
6365grpcio-tools = [
6466 {version = " 1.49.1" , python = " >=3.8,<3.12" },
65- {version = " 1.59.0" , python = " ^3.12" },
67+ {version = " 1.59.0" , python = " >=3.12,<3.13" },
68+ {version = " 1.67.0" , python = " ^3.13" },
6669]
6770mypy-protobuf = " >=3.4"
6871
@@ -77,7 +80,7 @@ nptdms = ">=1.9.0"
7780[tool .poetry .group .lint .dependencies ]
7881ni-python-styleguide = " >=0.4.1"
7982mypy = " >=1.0"
80- types-protobuf = " ^ 4.21"
83+ types-protobuf = " >= 4.21"
8184types-requests = " >=2.25.0"
8285grpc-stubs = " ^1.53"
8386
0 commit comments