Skip to content

Commit

Permalink
Merge pull request #896 from guel-codes/895-update-python-support
Browse files Browse the repository at this point in the history
Updating Test suite with py312
  • Loading branch information
rtpg authored Jun 24, 2024
2 parents b9a9c97 + 6b5339a commit ba03108
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Changelog
If you wish to have the old behavior, set ``ordering=[]`` to your ``TaggableManager`` instance.
We believe that this should not cause a noticable performance change, and the number of queries involved should not change.
* Add Django 5.0 support (no code changes were needed, but now we test this release).
* Add Python 3.12 support

5.0.1 (2023-10-26)
~~~~~~~~~~~~~~~~~~
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ envlist =
black
flake8
isort
py{38,39,310,311}-dj{41,42}
py{310,311}-dj{50}
py{310,311}-djmain
py{38,39,310,311,312}-dj{41,42}
py{310,311,312}-dj{50}
py{310,311,312}-djmain
docs

[gh-actions]
Expand All @@ -15,6 +15,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
Expand Down

0 comments on commit ba03108

Please sign in to comment.