Skip to content

Commit

Permalink
Merge pull request #608 from samiashi/samielachi/add-more-django-python
Browse files Browse the repository at this point in the history
Drop Python 3.8 & add official support for Python 3.13 & Django 5.1
  • Loading branch information
farridav authored Nov 28, 2024
2 parents 51fe37a + 3cb263b commit 92a8f35
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ them as quickly as I would like, but im trying to get through them all now, hope
[![Docs](https://readthedocs.org/projects/django-jazzmin/badge/?version=latest)](https://django-jazzmin.readthedocs.io)
![PyPI download month](https://img.shields.io/pypi/dm/django-jazzmin.svg)
[![PyPI version](https://badge.fury.io/py/django-jazzmin.svg)](https://pypi.python.org/pypi/django-jazzmin/)
![Python versions](https://img.shields.io/badge/python-%3E=3.8-brightgreen)
![Python versions](https://img.shields.io/badge/python-%3E=3.9-brightgreen)
![Django Versions](https://img.shields.io/badge/django-%3E=4.2-brightgreen)
[![Coverage Status](https://coveralls.io/repos/github/farridav/django-jazzmin/badge.svg?branch=main)](https://coveralls.io/github/farridav/django-jazzmin?branch=main)

Expand Down
Loading

0 comments on commit 92a8f35

Please sign in to comment.