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

Upgrade python version from 3.7 to 3.8 #27

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

mferon
Copy link
Contributor

@mferon mferon commented Oct 7, 2022

Following a celery issue (celery/celery#7783) caused by importlib-metadata only for python 3.7, it's a good opportunity to upgrade to python 3.8.

$ docker exec webserver python3 --version
Python 3.8.14

$ curl -I http://127.0.0.1:8000/cve
HTTP/1.1 200 OK
Server: gunicorn/20.0.4
Date: Fri, 07 Oct 2022 20:44:52 GMT
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9845

This PR fixes opencve/opencve#231

@ldurnez ldurnez merged commit 2790346 into master Oct 8, 2022
@ncrocfer ncrocfer deleted the dev/mferon/upgradePythonVersion branch October 8, 2022 18:20
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.

Docker Installation failed
2 participants