Skip to content

Commit

Permalink
Dropped Python 3.8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Dec 8, 2022
1 parent a88274b commit e0f9bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, '3.10']
python: [3.9, '3.10', 3.11]
django: [2.2, 3.2, '4.1']
bootstrap: [3, 4, 5]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ More screenshots with descriptions are available at: https://github.com/Dmitri-S

Documentation (in development): https://django-jinja-knockout.readthedocs.org/

* Supports Django 2.2 LTS, 3.2 LTS, 4.1; Python 3.8 / 3.9 / 3.10.
* Supports Django 2.2 LTS, 3.2 LTS, 4.1; Python 3.9 / 3.10 / 3.11.

Please contribute to the localization of the project:

Expand Down

0 comments on commit e0f9bf1

Please sign in to comment.