We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57fa3c commit 4f5bd46Copy full SHA for 4f5bd46
.github/workflows/assess-code.yml
@@ -7,7 +7,6 @@ jobs:
7
max-parallel: 4
8
matrix:
9
python-version:
10
- - 3.6
11
- 3.7
12
- 3.8
13
steps:
README.md
@@ -29,7 +29,7 @@ _**Note**: please take into account that it is built for demo purpose but not fo
29
- html5
30
- css3
31
- back-end
32
- - python 3.6, 3.7, 3.8
+ - python 3.7, 3.8
33
- [django](https://www.djangoproject.com/) web framework
34
- [docker](https://www.docker.com/) >= 18.0
35
- [k8s](https://kubernetes.io/) >= 1.21.1
0 commit comments