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

Update Python version in docs #3446

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/_templates/indexcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ <h3>Code dependencies</h3>
<div class="column mcb-column mcb-item-pm31t65yi one-second column_column">
<div class="column_attr clearfix" style>
<p>Gensim runs on Linux, Windows and Mac OS X, and should run on any other platform that supports
Python 3.6+ and NumPy. Gensim depends on the following software:</p>
Python 3.8+ and NumPy. Gensim depends on the following software:</p>
<ul class="list_check">
<li>
<a target="_blank" href="https://www.python.org/">Python</a>, tested with versions 3.6, 3.7 and 3.8.
<a target="_blank" href="https://www.python.org/">Python</a>, tested with versions 3.8, 3.9, 3.10 and 3.11.
</li>
<li>
<a target="_blank" href="https://www.numpy.org/">NumPy</a> for number crunching.
Expand Down