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

fix python version check #2547

Merged
merged 5 commits into from
Jul 7, 2019

Conversation

charsyam
Copy link
Contributor

@charsyam charsyam commented Jul 2, 2019

python version check is wrong now.
it uses sys.version_info[:1] but it returns tuples not Integer.
so it always fails.

I just fixed it

Thanks.

setup.py Outdated Show resolved Hide resolved
Co-Authored-By: Michael Penkov <m@penkov.dev>
@charsyam
Copy link
Contributor Author

charsyam commented Jul 2, 2019

@mpenkov Thanks, It is better to read

@mpenkov mpenkov merged commit a0f8aff into piskvorky:develop Jul 7, 2019
@mpenkov
Copy link
Collaborator

mpenkov commented Jul 7, 2019

@charsyam OK, merged. Congrats on your first contribution to gensim 🥇 Thank you!

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