Skip to content

Commit

Permalink
Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 7, 2023
1 parent e3b032b commit 2b9ffbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Change log
- Made the filter argument of content base's ``get_queryset`` method optional.
This enables easier interoperability of FeinCMS content types with feincms3
plugins.
- Added Python 3.11.


`v23.1.0`_ (2023-03-09)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{38,39,310}-dj{32,41,42}
py{310}-dj{32,41,42,main}
py{310,311}-dj{32,41,42,main}

[testenv]
usedevelop = true
Expand All @@ -12,5 +12,5 @@ commands =
deps =
dj32: Django>=3.2,<4.0
dj41: Django>=4.1,<4.2
dj42: Django>=4.2a1,<5.0
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz

0 comments on commit 2b9ffbe

Please sign in to comment.