From cc131eb4578292fdadcca0a53dc5eab37f873b96 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 19 Nov 2023 12:19:49 -0500 Subject: [PATCH] Administrivia: Correct Downlaod URL link. Drop 3.6, add 3.11 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db43c728f..d78268723 100644 --- a/setup.py +++ b/setup.py @@ -240,18 +240,18 @@ def subdirs(root, file="*.*", depth=10): description="A general-purpose computer algebra system.", license="GPL", url="https://mathics.org/", - download_url="https://github.com/Mathics/mathics-core/releases", + download_url="https://github.com/Mathics3/mathics-core/releases", keywords=["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"], classifiers=[ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering",