Skip to content

Commit 9d27775

Browse files
committed
Drop py2/py3.4/py3.5; add py3.14 to pyproject.toml
1 parent 4c77a19 commit 9d27775

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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"]
3835
lz4 = ["lz4"]
3936
snappy = ["python-snappy"]
4037
zstd = ["zstandard"]
41-
testing = ["pytest", "mock; python_version < '3.3'", "pytest-mock", "pytest-timeout"]
38+
testing = ["pytest", "pytest-mock", "pytest-timeout"]
4239
benchmarks = ["pyperf"]
4340

4441
[tool.setuptools]

0 commit comments

Comments
 (0)