Skip to content

Commit

Permalink
Added Python 3.13 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Oct 12, 2024
1 parent ad00212 commit c88d0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10', '3.11', '3.12']
python: ['3.10', '3.11', '3.12', '3.13']
django: ['4.2', '5.1']
bootstrap: [3, 4, 5]

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.13"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ More screenshots with descriptions are available at: https://github.com/Dmitri-S

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

* Supports Django 4.2 LTS, 5.1; Python 3.10 / 3.11 / 3.12.
* Supports Django 4.2 LTS, 5.1; Python 3.10 / 3.11 / 3.12 / 3.13.

Please contribute to the localization of the project:

Expand Down

0 comments on commit c88d0c5

Please sign in to comment.