Skip to content

Commit

Permalink
Updated Django versions (#318)
Browse files Browse the repository at this point in the history
* Dropped deprecated Django versions 2.2, 3.2, 4.0, 4.1 and added 5.0

* Updated badges in Readme.rst

* Fixed tox matrix

* Fixed tox matrix

* Re-added Django 3.2
  • Loading branch information
GitRon committed Apr 16, 2024
1 parent aba291f commit 5df561b
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 113 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -29,10 +29,12 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: [22, 32, 40, 41, 42]
django-version: [32, 42, 50]
exclude:
- python-version: "3.12"
django-version: 22
- python-version: '3.8'
django-version: 50
- python-version: '3.9'
django-version: 50

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 6 additions & 3 deletions README.rst
Expand Up @@ -5,7 +5,7 @@ Django-SES
:Author: Harry Marr (http://github.com/hmarr, http://twitter.com/harrymarr)
:Collaborators: Paul Craciunoiu (http://github.com/pcraciunoiu, http://twitter.com/embrangler)

|pypi| |build| |python| |django|
|pypi| |pypi-downloads| |build| |python| |django|

A bird's eye view
=================
Expand Down Expand Up @@ -630,9 +630,12 @@ To create a release:

.. |pypi| image:: https://badge.fury.io/py/django-ses.svg
:target: http://badge.fury.io/py/django-ses
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/django-ses?style=flat
:target: https://pypi.org/project/django-ses/
.. |build| image:: https://github.com/django-ses/django-ses/actions/workflows/ci.yml/badge.svg
:target: https://github.com/django-ses/django-ses/actions/workflows/ci.yml
.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg
.. |python| image:: https://img.shields.io/badge/python-3.8|3.9|3.10|3.11|3.12-blue.svg
:target: https://pypi.org/project/django-ses/
.. |django| image:: https://img.shields.io/badge/django-2.2%7C%203.2+-blue.svg
.. |django| image:: https://img.shields.io/badge/django-4.2%7C%205.0+-blue.svg
:target: https://www.djangoproject.com/

0 comments on commit 5df561b

Please sign in to comment.