@@ -13,15 +13,17 @@ description="Generic yaq client."
1313readme =" README.md"
1414classifiers =[
1515 " Development Status :: 5 - Production/Stable" ,
16- " Intended Audience :: Science/Research" ,
17- " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
18- " Natural Language :: English" ,
19- " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.8" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
24- " Topic :: Scientific/Engineering" ,
16+ " Intended Audience :: Science/Research" ,
17+ " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
18+ " Natural Language :: English" ,
19+ " Programming Language :: Python :: 3" ,
20+ " Programming Language :: Python :: 3.9" ,
21+ " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
26+ " Topic :: Scientific/Engineering" ,
2527]
2628
2729[project .urls ]
@@ -39,7 +41,7 @@ path = "yaqc/__version__.py"
3941
4042[tool .black ]
4143line-length = 99
42- target-version = [' py36 ' , ' py37 ' , ' py38 ' ]
44+ target-version = [' py311 ' , " py312 " ]
4345include = ' \.pyi?$'
4446exclude = '''
4547/(
0 commit comments