Skip to content

Commit fb35472

Browse files
committed
Add Django 5 to test matrix
1 parent 14040ca commit fb35472

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: ["3.8", "3.9", "3.10", "3.11"]
17-
django: ["3.2", "4.0", "4.1", "4.2"]
17+
django: ["3.2", "4.0", "4.1", "4.2", "5.0"]
1818
exclude:
1919
- python: "3.11"
2020
django: "3.2"
2121
- python: "3.11"
2222
django: "4.0"
23+
- python: "3.8"
24+
django: "5.0"
25+
- python: "3.9"
26+
django: "5.0"
2327

2428
steps:
2529
- uses: actions/checkout@v2

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Add support for Django 5.0
12+
1013
## [2.1.2] - 2023-07-17
1114

1215
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ django-readers
33

44
**A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.**
55

6-
Tested against Django 3.2, 4.0, 4.1 and 4.2 on Python 3.8, 3.9, 3.10 and 3.11.
6+
Tested against Django 3.2, 4.0, 4.1, 4.2 and 5.0 on Python 3.8, 3.9, 3.10 and 3.11.
77

88
![Build Status](https://github.com/dabapps/django-readers/workflows/CI/badge.svg?branch=main)
99
[![pypi release](https://img.shields.io/pypi/v/django-readers.svg)](https://pypi.python.org/pypi/django-readers)

0 commit comments

Comments
 (0)