Skip to content

Commit

Permalink
Drop python 3.6 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Feb 21, 2022
1 parent 5fb718f commit 43352dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ PYTHON_TAG=3.10-dev-0.15.1
#PYTHON_TAG=3.9-dev-0.15.1
#PYTHON_TAG=3.8-dev-0.15.1
#PYTHON_TAG=3.7-dev-0.15.1
#PYTHON_TAG=3.6-dev-0.15.1

# macOS (uid 501 gid 20)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
version: [ '3.10','3.9','3.8','3.7','3.6' ]
version: [ '3.10','3.9','3.8','3.7' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ Docker4Python is a set of docker images optimized for Python applications (suita

The Python stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|--------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.21, 1.20, 1.19 | [wodby/nginx] |||
| [Python] | 3.10, 3.9, 3.8, 3.7, 3.6 | [wodby/python] |||
| [PostgreSQL] | 14, 13, 12, 11, 10 | [wodby/postgres] |||
| [Redis] | 6, 5 | [wodby/redis] |||
| [MariaDB] | 10.2-10.7 | [wodby/mariadb] || |
| [Node.js] | 16, 14, 12 | [wodby/node] | | |
| [Varnish] | 6.0, 4.1 | [wodby/varnish] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7, 6 | [wodby/elasticsearch] | | |
| [Kibana] | 7, 6 | [wodby/kibana] | | |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|---------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.21, 1.20, 1.19 | [wodby/nginx] |||
| [Python] | 3.10, 3.9, 3.8, 3.7 | [wodby/python] |||
| [PostgreSQL] | 14, 13, 12, 11, 10 | [wodby/postgres] |||
| [Redis] | 6, 5 | [wodby/redis] |||
| [MariaDB] | 10.2-10.7 | [wodby/mariadb] || |
| [Node.js] | 16, 14, 12 | [wodby/node] | | |
| [Varnish] | 6.0, 4.1 | [wodby/varnish] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7, 6 | [wodby/elasticsearch] | | |
| [Kibana] | 7, 6 | [wodby/kibana] | | |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| Traefik | latest | [_/traefik] |||

## Documentation

Expand Down

0 comments on commit 43352dd

Please sign in to comment.