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

Remove python 3.5 wheels #253

Merged
merged 4 commits into from
Sep 7, 2021
Merged

Remove python 3.5 wheels #253

merged 4 commits into from
Sep 7, 2021

Conversation

SzabolcsGergely
Copy link
Collaborator

@SzabolcsGergely SzabolcsGergely commented May 3, 2021

Python 3.5 is EOL, and most of our examples is not working with 3.5, due to usage of f-strings. (we could support though)

@SzabolcsGergely SzabolcsGergely requested a review from themarpe May 3, 2021 11:29
@Luxonis-Brandon
Copy link
Contributor

I think makes sense to remove.

Copy link
Collaborator

@themarpe themarpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree - but remove them from manywheels as well (x86-64, arm64, ...)

- name: Build wheels
run: for PYBIN in /opt/python/cp3*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done

Maybe preferably do a global matrix variable (not sure about syntax on that one) which is then used for all

@SzabolcsGergely
Copy link
Collaborator Author

I agree - but remove them from manywheels as well (x86-64, arm64, ...)

- name: Build wheels
run: for PYBIN in /opt/python/cp3*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done

Maybe preferably do a global matrix variable (not sure about syntax on that one) which is then used for all

Done.

@themarpe themarpe merged commit da39a0d into develop Sep 7, 2021
@themarpe themarpe deleted the python3.5_removal branch September 7, 2021 13:32
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.

3 participants