Skip to content

Commit

Permalink
Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 22, 2024
1 parent 0bcc5ec commit 38b4aed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

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 @@ -6,6 +6,7 @@ Change log
~~~~~~~~~~~~~~~

- Added ``./manage.py f3dumpdata -`` which allows reading JSON data from stdin.
- Added Python 3.12.


0.6 (2023-06-12)
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{38,39,310}-dj{32,40,41,42}
py{310,311}-dj{32,40,41,42,main}
py{310,311,312}-dj{32,40,41,42,50,main}

[testenv]
usedevelop = true
Expand All @@ -14,6 +14,7 @@ deps =
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:docs]
Expand Down

0 comments on commit 38b4aed

Please sign in to comment.