diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-28 07:59:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:59:49 +0000 |
| commit | 915f0cafafab34f8b7766f996dbfa66e7bd16006 (patch) | |
| tree | 15100099ee32dc7a639532ead3f1e77fc14c0e2a /setup.py | |
| parent | 70e2be3c764147111920b1dd090d7d75e7c0fc2f (diff) | |
| download | edify-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-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
