Closed mre closed 5 years ago
Maybe someone could also take over #17, which adds Python 3 support to our CI.
I will take this up. @mre
Very nice @janithwanni. Looking forward to your contributions. Feel free to post here in case you run into any issues.
Hey @mre have you tested this on OSX 10.14.6 with Xcode 11.1 ? I keep getting errors trying to install pyobjc using pip install -r requirements.txt
the error output is attached here and this issue from the pyobjc repo in bitbucket seems to be of the similar kind. As mentioned in the comment there, I updated the requirements.txt to upgrade the pyobjc dependencies to 5.3 and the issue was resolved with regards to installing.
will check whether the functionality is up and running 😅
Haven't tested it there. Could well be that we have to update pyobjc to support it. Yeah let's see if it runs with the newest version.
Quick update: we got support for Python 3.7 thanks to #21. Github Actions pipeline is here: https://github.com/mre/timelapse/blob/master/.github/workflows/pythonapp.yml
So I think it should all work with 3.7 as the tests pass. If anyone finds an issue, please go ahead and reopen the issue or create a new one. Thanks for investigating @janithwanni.
Feature Request Type
Description
It would be great if we could support Python 3. In #7, @mepda mentioned some problems he encountered while trying it. This would be a great first issue for a new contributor.