| commit | 1494ffef18e08677bc99ae1cb8f05e68208cd1c0 | [log] [tgz] |
|---|---|---|
| author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Mar 18 18:54:42 2024 -0500 |
| committer | GitHub <noreply@github.com> | Mon Mar 18 18:54:42 2024 -0500 |
| tree | b8803d84129305dbfaab481a76618a859624439b | |
| parent | e74b9a9f0478afcbac32475f59bbfc01d81c9ea1 [diff] |
Added 3.12 classifier
diff --git a/setup.py b/setup.py index 6595dfb..4313c16 100755 --- a/setup.py +++ b/setup.py
@@ -55,6 +55,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], project_urls={ "Source": "https://github.com/certifi/python-certifi",