diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de5fd69..ea88f7b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: PIPENV_VENV_IN_PROJECT: enabled strategy: matrix: - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10' ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/docs/contributing/development-environment.md b/docs/contributing/development-environment.md index 910c64bd..5a575f39 100644 --- a/docs/contributing/development-environment.md +++ b/docs/contributing/development-environment.md @@ -7,7 +7,7 @@ information and steps below to set up a local development environment for Baby B ## Requirements -- Python 3.6+, pip, pipenv +- Python 3.7+, pip, pipenv - NodeJS 16.x and NPM 8.x (NVM recommended) - Gulp - Possibly `libpq-dev` diff --git a/docs/setup/deployment.md b/docs/setup/deployment.md index f8e38d92..bded5b58 100644 --- a/docs/setup/deployment.md +++ b/docs/setup/deployment.md @@ -71,7 +71,7 @@ requirements are Python, a web server, an application server, and a database. ### Requirements -- Python 3.6+, pip, pipenv +- Python 3.7+, pip, pipenv - Web server ([nginx](http://nginx.org/), [Apache](http://httpd.apache.org/), etc.) - Application server ([uwsgi](http://projects.unbit.it/uwsgi), [gunicorn](http://gunicorn.org/), etc.) - Database ([sqlite](https://sqlite.org/), [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), etc.)