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

[Infrastructure] Pip dropped support for Python 3.5 #281

Open
JonasProgrammer opened this issue Jan 23, 2021 · 0 comments
Open

[Infrastructure] Pip dropped support for Python 3.5 #281

JonasProgrammer opened this issue Jan 23, 2021 · 0 comments
Labels
infrastructure Infrastructure issues, e.g. CI problems and so on.

Comments

@JonasProgrammer
Copy link
Contributor

Hi,

the current .travis.yml does not work anymore, because of the unbound upgrade of pip, which tries to install version 21.0, dropping support for 3.5 (default in xenial). https://pip.pypa.io/en/stable/news/

In my upcoming PR for conan integration, I'll try and fix this temporarily by specifying a version range, but someone with a better understanding of the CI infrastructure should have a look at this.

JonasProgrammer added a commit to JonasProgrammer/ozo that referenced this issue Jan 23, 2021
JonasProgrammer added a commit to JonasProgrammer/ozo that referenced this issue Jan 23, 2021
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest  conan updates
- hotfix for yandex#281
JonasProgrammer added a commit to JonasProgrammer/ozo that referenced this issue Jan 23, 2021
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest  conan updates
- hotfix for yandex#281
thed636 pushed a commit that referenced this issue Feb 4, 2021
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest  conan updates
- hotfix for #281
@thed636 thed636 added the infrastructure Infrastructure issues, e.g. CI problems and so on. label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure issues, e.g. CI problems and so on.
Projects
None yet
Development

No branches or pull requests

2 participants