aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <[email protected]>2026-04-28 07:59:49 +0000
committerGitHub <[email protected]>2026-04-28 07:59:49 +0000
commit915f0cafafab34f8b7766f996dbfa66e7bd16006 (patch)
tree15100099ee32dc7a639532ead3f1e77fc14c0e2a /setup.py
parent70e2be3c764147111920b1dd090d7d75e7c0fc2f (diff)
downloadedify-915f0cafafab34f8b7766f996dbfa66e7bd16006.tar.xz
edify-915f0cafafab34f8b7766f996dbfa66e7bd16006.zip
feat: fix macOS python_arch and add Python 3.12/3.13/3.14 support
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/16418662-2de9-4625-aad9-e9fc6cecb1c5 Co-authored-by: luciferreeves <[email protected]>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c48dd1f..49cd13c 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,9 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
# uncomment if you test on these interpreters: