-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for Python 3.6? #6
Comments
Thank you for your report, and sorry for the late reply - seems like I was not watching this repo... Indeed, during revamping, support for python < 3.7 was dropped. I'll have to look into the code to see if there are any problem when shipped with e.g. py 3.6. Would you be able to test the package on your system, and let me know if there are problem when you run it on py 3.6? If installation via pip is not possible, cloning the repository and then running |
Trying using Python 3.6:
|
Thanks for your fast response.
Yes, now I remember why I dropped it's support.
I'll look into it and get back to you.
…On Sun, Jan 17, 2021, 21:59 Yannick Copin ***@***.***> wrote:
Trying using Python 3.6:
File "/home/ycopin/Softwares/VirtualEnvs/Python3.6/lib/python3.6/site-packages/sphinxcontrib/email/__init__.py", line 1
from __future__ import annotations
^
SyntaxError: future feature annotations is not defined
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQQGF2A6PC7N26X733UYKLS2NFR5ANCNFSM4VZCI5OA>
.
|
Would you be okay with a release that pins the last commit which is py 3.6 compatible ( d7a1de0 )? Alternatively, you could install this version directly with
which you can even deposit in a
and then install it with Would this solve your issue? |
If you prefer to have a release with up to date features compatible with py 3.6, I could also arrange that. Not very happy to revert the beautiful py 3.9 style annotations, but as [py 3.6's end-of-life}(https://endoflife.date/python) is still 11 months away, I can probably also not say no to this 😄 Just let me know what works best for you, |
Thanks for the feedback. It's not clear to me what you want to do, but it would be very helpful to provide a version pip-compatible w/ py3.6. As for now, it falls back to v0.1, which is py3-incompatible by 2 lines only in
Or you offer d7a1de0 as 1st py3.6-compatible version (which is equally working fine). |
Yes, I was planning to do this, but then I would run into problems with the setup.cfg not stating py3.6. Can you please test, whether b063fb7 works for you?
I will release this as Plus, like this, all newer features (like the auto-mode) are also available. |
b063fb7 seems to be working fine for me. |
Excellent! Should now be pip-installable: https://pypi.org/project/sphinxcontrib-email/0.3.5/ |
Plain |
Maybe there is some dependency which is not compatible with py36. Can you try running
? |
Hi, the v0.1 which is pip-installed with Python 3.6 fails with
but later versions only support Python 3.7+.
The text was updated successfully, but these errors were encountered: