Skip to content

Commit

Permalink
Add Python 3.12 to test matrix (#155)
Browse files Browse the repository at this point in the history
* Add Python 3.12 to test matrix

* Install build dependencies
  • Loading branch information
knyghty authored Oct 11, 2023
1 parent 5081942 commit 461d4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
django-version:
- "3.2" # LTS
- "4.1"
Expand All @@ -45,6 +46,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -U pip setuptools wheel
- run: python setup.py install
- run: python -m pip install pytest pytest-cov pytest-django
- run: python -m pip install django~=${{ matrix.django-version }}.0
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Added
- Support for Python 3.12

## [0.11.5] - 2023-08-11
### Added
- Fix exception traceback on Python 3.8
Expand Down

0 comments on commit 461d4df

Please sign in to comment.