commit | 62f8144934352592141a5443a6b321d7d8706b33 | [log] [tgz] |
---|---|---|
author | Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> | Wed Oct 09 19:52:39 2024 -0600 |
committer | GitHub <noreply@github.com> | Wed Oct 09 21:52:39 2024 -0400 |
tree | b6fdf58d6f1cf53c14cf5b269618e3e66a82af5e | |
parent | 94d23a0d8627d87f534c2e31ede19fe42ed39917 [diff] |
Added 3.13 classifier (#322)
diff --git a/setup.py b/setup.py index 4313c16..50ddd9f 100755 --- a/setup.py +++ b/setup.py
@@ -56,6 +56,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ], project_urls={ "Source": "https://github.com/certifi/python-certifi",