Re: [sympy] Python Versions We Support

2022-12-15 Thread Fumbani Banda
Hi everyone, Thank you for the replies and the great discussion. I went through all the links and learned of the discussion when sympy wanted to adopt NEP 29 but I guess that hasn't happened because Python support policy

Re: [sympy] Python Versions We Support

2022-12-14 Thread Jeremy Monat
This was the quickstart page of a different package unrelated to SymPy, specifically Airflow . On Wed, Dec 14, 2022 at 5:49 PM Aaron Meurer wrote: > Which quickstart page are you referring to? > > We should avoid mentioning

Re: [sympy] Python Versions We Support

2022-12-14 Thread Aaron Meurer
Which quickstart page are you referring to? We should avoid mentioning Python versions on too many pages. Python releases every year, and we will basically always support the latest version. But we can't keep up with updating a dozen pages with the latest Python version all the time. IMO the only

Re: [sympy] Python Versions We Support

2022-12-14 Thread Jeremy Monat
Great idea to move into the documentation which Python versions SymPy supports. I recently encountered a package that didn't support 3.11, and that wasn't started on the package's Quick Start page, so it caused me confusion. On Wed, Dec 14, 2022 at 5:28 PM Aaron Meurer wrote: > This is the page

Re: [sympy] Python Versions We Support

2022-12-14 Thread Aaron Meurer
This is the page for Python versions we support https://github.com/sympy/sympy/wiki/Python-version-support-policy. The current policy is to support all Python versions that are not end of life (see https://devguide.python.org/versions/#versions), although, I'd like to shorten that list

Re: [sympy] Python Versions We Support

2022-12-14 Thread Simon Cross
Hi Oscar, The sympy wheel is marked py3-none-any, so it installs on any version of Python 3. Regards, Simon -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sympy] Python Versions We Support

2022-12-14 Thread Peter Stahlecker
I have used sympy (sympy.physics.mechanics) for the last two weeks with python 3.11, and all seems fine. Of course I do not use the finer points of sympy, just what's needed for sympy.physics.mechanics. On Thu 15. Dec 2022 at 01:50, Oscar Benjamin wrote: > Hi Simon, > > Yes, I think that SymPy

Re: [sympy] Python Versions We Support

2022-12-14 Thread Oscar Benjamin
Hi Simon, Yes, I think that SymPy 1.11 was released shortly before CPython 3.11. It was tested against 3.11 through all the beta versions etc. I don't immediately have 3.11 to hand. Does pip still install SymPy from PyPI under 3.11? Oscar On Wed, 14 Dec 2022 at 14:39, Simon Cross wrote: > >

Re: [sympy] Python Versions We Support

2022-12-14 Thread Fumbani Banda
Hi Simon, This is very helpful. Regards, Fumbani On Wednesday, December 14, 2022 at 4:39:29 PM UTC+2 hodg...@gmail.com wrote: > Hi Fumbani, > > If you look at the PyPI page for sympy, you can see the list of > officially supported Python versions > (https://pypi.org/project/sympy/). Currently

Re: [sympy] Python Versions We Support

2022-12-14 Thread Simon Cross
Hi Fumbani, If you look at the PyPI page for sympy, you can see the list of officially supported Python versions (https://pypi.org/project/sympy/). Currently that list is 3.8, 3.9 and 3.10. The list is generated from sympy's setup.py file:

[sympy] Python Versions We Support

2022-12-14 Thread Fumbani Banda
Hi everyone, I would like to update the Wiki page on Python versions that we support. Currently, the page is blank. I was wondering if there's a way, I can get the list of all the Python versions supported by sympy. P.S: My name is Fumbani Banda and I have recently developed an interest in