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

Added python_requires to setup.py #56

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Conversation

peci1
Copy link

@peci1 peci1 commented Jan 12, 2023

Version 0.3.3 is offered to Python 2.7's pip, which is wrong as it isn't compatible. This clause should prevent pip from trying to install this version. More info at https://stackoverflow.com/a/42792413/1076564 .

I'm not sure how exactly it behaves, but it's possible that version 0.3.3 would need to be re-released with this fix, or a new version released and 0.3.3 withdrawn.

@CrossNox
Copy link
Owner

Awesome, thanks!

@CrossNox CrossNox merged commit 196f1b4 into CrossNox:development Jan 30, 2023
CrossNox added a commit that referenced this pull request Jan 30, 2023
* force mistune to version 0.8.4 (#43)

closes #42 
closes #40

* pin

* Remove calls to ErrorString and SafeString removed in docutils 0.19 (#49)

* remove python2

* fix pipelines

* fix linter pipeline

* set language for sphinx

* fix tests pipeline

* fix pipeline, set docutiles dependency

* why did I change this

* bump

* Added python_requires to setup.py (#56)

* fix quotes

---------

Co-authored-by: Ezequiel Rosas <nhtzr.rg@gmail.com>
Co-authored-by: Ian Glen <ian@ianglen.me>
Co-authored-by: Martin Pecka <peci1@seznam.cz>
@CrossNox
Copy link
Owner

Version 0.3.3 has been yanked from pypi and 0.3.3.post2 has taken it's place with this fix.

@peci1
Copy link
Author

peci1 commented Jan 30, 2023

Thanks!

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.

2 participants