Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes required to set minimum Python version to 3.7 #1025

Merged

Conversation

LucyJimenez
Copy link
Contributor

xref #1022

Update the required Python version on setup.py and some parts of the documentation.

@datapythonista do you think we need to update the examples on the exclude and include part? https://asv.readthedocs.io/en/stable/asv.conf.json.html

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes @LucyJimenez

I think updating the versions in the asv.conf.json page makes sense. IMO it looks better not using versions so much in the past, and maybe a bit misleading to show unsupported versions. But up to you.

@@ -2,7 +2,7 @@ Installing airspeed velocity
============================

**airspeed velocity** is known to work on Linux, Mac OS-X, and Windows.
It is known to work with Python 2.7, 3.4, 3.5, and 3.6.
It is known to work with Python 3.7.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you mind saying with Python 3.7 and higher. please?

in the ``asv.conf.json`` file available on the ``PATH``. For example,
if the ``asv.conf.json`` file has::

"pythons": ["2.7", "3.6"]
"pythons": ["3.7"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the example is clearer if you use 2 versions, maybe 3.7 and 3.10.

@LucyJimenez
Copy link
Contributor Author

I think updating the versions in the asv.conf.json page makes sense. IMO it looks better not using versions so much in the past, and maybe a bit misleading to show unsupported versions. But up to you.

Perfect, I'll do it!

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this @LucyJimenez, looks great!

@datapythonista datapythonista merged commit 138f54e into airspeed-velocity:master Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants