Skip to content

Commit

Permalink
Correct python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jul 22, 2024
1 parent c90154e commit 3b9a3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13"] # latest release minus two
python-version: [ "3.10", "3.11", "3.12"] # latest release minus two
requirements-file: [
dj42_cms311.txt,
dj42_cms41.txt,
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
================

* Added support for django CMS 4.1
* Added support for python 3.10 to 3.13
* Added support for python 3.10 to 3.12
* Dropped support for django < 4.2
* Dropped support for python < 3.10
* fix: Remove deprecated test suite assertEquals
Expand Down

0 comments on commit 3b9a3fd

Please sign in to comment.