diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 0e9450c..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - schedule: - - cron: "0 0 * * *" - -jobs: - issue-manager: - runs-on: ubuntu-latest - steps: - - uses: tiangolo/issue-manager@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - config: > - { - "answered": { - "users": ["tiangolo"], - "delay": 864000, - "message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues." - } - } diff --git a/README.md b/README.md index ff20c1c..9c23038 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # meinheld-gunicorn -[**Docker**](https://www.docker.com/) image with [**Meinheld**](http://meinheld.org/) managed by [**Gunicorn**](https://gunicorn.org/) for high-performance web applications in **[Python](https://www.python.org/) 3.7** and **3.6** with performance auto-tuning. Optionally with Alpine Linux. +[**Docker**](https://www.docker.com/) image with [**Meinheld**](http://meinheld.org/) managed by [**Gunicorn**](https://gunicorn.org/) for high-performance web applications in **[Python](https://www.python.org/) 3.6** and above and **Python 2.7**, with performance auto-tuning. Optionally with Alpine Linux. **GitHub repo**: [https://github.com/tiangolo/meinheld-gunicorn-docker](https://github.com/tiangolo/meinheld-gunicorn-docker) @@ -36,14 +36,6 @@ It would give you about 200% the performance achievable with an older WSGI frame Also, if you want to use new technologies like WebSockets it would be easier with a newer framework based on ASGI, like **FastAPI**. As the standard ASGI was designed to be able to handle asynchronous code like the one needed for WebSockets. -## Python 2.7 - -Do you need support for Python 2.7? - -Let me know in an issue and I'll add it. - -But only after knowing that someone actually needs it. - ## Technical Details ### Meinheld