Skip to content

Commit

Permalink
Update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Apr 26, 2024
1 parent d57fa3c commit 0b0dfb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/assess-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
max-parallel: 4
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _**Note**: please take into account that it is built for demo purpose but not fo
- html5
- css3
- back-end
- python 3.6, 3.7, 3.8
- python 3.7, 3.8
- [django](https://www.djangoproject.com/) web framework
- [docker](https://www.docker.com/) >= 18.0
- [k8s](https://kubernetes.io/) >= 1.21.1
Expand Down

0 comments on commit 0b0dfb2

Please sign in to comment.