@@ -14,11 +14,7 @@ classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " License :: OSI Approved :: Apache Software License" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 2" ,
18- " Programming Language :: Python :: 2.7" ,
1917 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.4" ,
21- " Programming Language :: Python :: 3.5" ,
2218 " Programming Language :: Python :: 3.6" ,
2319 " Programming Language :: Python :: 3.7" ,
2420 " Programming Language :: Python :: 3.8" ,
@@ -27,6 +23,7 @@ classifiers = [
2723 " Programming Language :: Python :: 3.11" ,
2824 " Programming Language :: Python :: 3.12" ,
2925 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
3027 " Programming Language :: Python :: Implementation :: CPython" ,
3128 " Programming Language :: Python :: Implementation :: PyPy" ,
3229 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -38,7 +35,7 @@ crc32c = ["crc32c"]
3835lz4 = [" lz4" ]
3936snappy = [" python-snappy" ]
4037zstd = [" zstandard" ]
41- testing = [" pytest" , " mock; python_version < '3.3' " , " pytest-mock" , " pytest-timeout" ]
38+ testing = [" pytest" , " pytest-mock" , " pytest-timeout" ]
4239benchmarks = [" pyperf" ]
4340
4441[tool .setuptools ]
0 commit comments