Skip to content

Commit 866c94c

Browse files
mitchh456claude
andcommitted
Drop Python 3.8/3.9 support, add 3.13/3.14 classifiers
Align python_requires and classifiers with CI matrix which tests 3.10-3.14. Requested by requests 2.33.0 dropping Python 3.9. Closes #839 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec800d2 commit 866c94c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
author_email="support@scoutapm.com",
4949
license="MIT",
5050
zip_safe=False,
51-
python_requires=">=3.8, <4",
51+
python_requires=">=3.10, <4",
5252
packages=packages,
5353
package_dir={str(""): str("src")},
5454
ext_modules=ext_modules,
@@ -80,10 +80,10 @@
8080
"Operating System :: MacOS",
8181
"Operating System :: POSIX",
8282
"Operating System :: POSIX :: Linux",
83-
"Programming Language :: Python :: 3.8",
84-
"Programming Language :: Python :: 3.9",
8583
"Programming Language :: Python :: 3.10",
8684
"Programming Language :: Python :: 3.11",
8785
"Programming Language :: Python :: 3.12",
86+
"Programming Language :: Python :: 3.13",
87+
"Programming Language :: Python :: 3.14",
8888
],
8989
)

0 commit comments

Comments
 (0)