Skip to content

Commit

Permalink
Fix the CI matrix and drop more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 27, 2025
1 parent 376797b commit ceeac8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.12"
- "3.13"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py310-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.22.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Next version
- Renamed the main branch.
- Changed ``OembedContent.render`` to return a tuple. Raised the minimum
FeinCMS version to 22.0.
- Dropped Python 3.8, Django 3.2.
- Dropped Python 3.8, 3.9, Django 3.2.
- Added Django 4.2, 5.2 and Python 3.12, 3.13.
- Removed the FeinCMS dependency in the package, only the tests depend on it.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310}-dj{42,main}
py{310}-dj{42}
py{312,313}-dj{52,main}

[testenv]
Expand Down

0 comments on commit ceeac8a

Please sign in to comment.