| commit | 2c7c7ee6b76a118191b685a4cc028d4241f22eb7 | [log] [tgz] |
|---|---|---|
| author | Ewout ter Hoeven <15776622+EwoutH@users.noreply.github.com> | Fri Sep 26 14:40:46 2025 +0200 |
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | Fri Sep 26 07:51:46 2025 -0500 |
| tree | 0c95d35ebd5441f9587c99c60a341ba69f4a55e6 | |
| parent | 1a5cb7b3771bba256755f88b3dcf3ac13f064622 [diff] |
Add Python 3.14 classifier in setup.py
diff --git a/setup.py b/setup.py index f3a1763..66bf91d 100755 --- a/setup.py +++ b/setup.py
@@ -55,6 +55,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ], project_urls={ "Source": "https://github.com/certifi/python-certifi",