@@ -28,48 +28,49 @@ def _get_long_description():
2828 zip_safe = False ,
2929 keywords = 'etcd3' ,
3030 classifiers = [
31- 'Development Status :: 3 - Alpha ' ,
31+ 'Development Status :: 4 - Beta ' ,
3232 'Intended Audience :: Developers' ,
3333 'License :: OSI Approved :: Apache Software License' ,
3434 'Programming Language :: Python :: 3' ,
35- 'Programming Language :: Python :: 3.8' ,
36- 'Programming Language :: Python :: 3.9' ,
3735 'Programming Language :: Python :: 3.10' ,
3836 'Programming Language :: Python :: 3.11' ,
37+ 'Programming Language :: Python :: 3.12' ,
38+ 'Programming Language :: Python :: 3.13' ,
39+ 'Programming Language :: Python :: 3.14' ,
3940 ],
4041 project_urls = {
4142 'Documentation' : 'https://aetcd.readthedocs.io' ,
4243 'Code' : 'https://github.com/martyanov/aetcd' ,
4344 'Issues' : 'https://github.com/martyanov/aetcd/issues' ,
4445 },
45- python_requires = '>=3.8 ,<4.0' ,
46+ python_requires = '>=3.10 ,<4.0' ,
4647 setup_requires = [
47- 'setuptools_scm==6.3.2 ' ,
48+ 'setuptools_scm==10.0.5 ' ,
4849 ],
4950 install_requires = [
50- 'grpcio>1.51 ,<2' ,
51- 'protobuf>4,<5 ' ,
51+ 'grpcio>1.76.0 ,<2' ,
52+ 'protobuf>4,<7 ' ,
5253 ],
5354 extras_require = {
5455 'dev' : [
55- 'flake8-commas==2.1 .0' ,
56+ 'flake8-commas==4.0 .0' ,
5657 'flake8-docstrings==1.7.0' ,
57- 'flake8-isort==6 .0.0' ,
58- 'flake8-quotes==3.3.2 ' ,
59- 'flake8==6.0 .0' ,
60- 'grpcio-tools==1.51.1 ' ,
61- 'pep8-naming==0.13.3 ' ,
62- 'twine==4.0.2 ' ,
58+ 'flake8-isort==7 .0.0' ,
59+ 'flake8-quotes==3.4.0 ' ,
60+ 'flake8==7.3 .0' ,
61+ 'grpcio-tools==1.80.0 ' ,
62+ 'pep8-naming==0.15.1 ' ,
63+ 'twine==6.2.0 ' ,
6364 ],
6465 'doc' : [
65- 'sphinx==6 .1.3' ,
66- 'sphinx_rtd_theme==1.2 .0' ,
66+ 'sphinx==8 .1.3' ,
67+ 'sphinx_rtd_theme==3.1 .0' ,
6768 ],
6869 'test' : [
69- 'pytest-asyncio==0.20.3 ' ,
70- 'pytest-cov==4.0 .0' ,
71- 'pytest-mock==3.10.0 ' ,
72- 'pytest==7.2.1 ' ,
70+ 'pytest-asyncio==1.3.0 ' ,
71+ 'pytest-cov==7.1 .0' ,
72+ 'pytest-mock==3.15.1 ' ,
73+ 'pytest==9.0.3 ' ,
7374 ],
7475 },
7576)
0 commit comments