Skip to content

Commit

Permalink
SIANXKE-349: Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beachmachine committed Oct 20, 2023
1 parent a652ec6 commit 430bb9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
django-version: ['3.2', '4.0', '4.1']
exclude:
- python-version: '3.7'
django-version: '4.0'
- python-version: '3.7'
django-version: '4.1'
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.1', '4.2']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.6.0 - Unreleased]

### Added
-
- Support for Python 3.11 and Python 3.12
- Support for Django 4.2

### Changed
- Distinguish between errors and warnings on up-check
- Register built-in up-checks via the `monitor_up_check` signal

### Removed
-
- Support for Python 3.7
- Support for Django 4.0

## [1.5.0]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ If your project uses an older version of Django, you can choose an older version

| This Project | Python Version | Django Version |
|--------------|----------------|----------------|
| 1.6.* | 3.8 - 3.12 | 3.2, 4.1, 4.2 |
| 1.5.* | 3.7 - 3.10 | 3.2, 4.0, 4.1 |
| 1.4.* | 3.7 - 3.10 | 3.2, 4.0 |
| 1.3.* | 3.5 - 3.9 | 2.2, 3.1, 3.2 |
Expand Down

0 comments on commit 430bb9b

Please sign in to comment.