Skip to content

Commit

Permalink
Merge pull request #829 from joshuadavidthomas/py311
Browse files Browse the repository at this point in the history
Add Python 3.11 to CI, tox, and trove classifiers
  • Loading branch information
rtpg committed Oct 31, 2022
2 parents b05f648 + 8255781 commit b24dfc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

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 @@ -6,6 +6,7 @@ Changelog

* Fixed an issue where object caches would not be properly cleared after updating tags, leading
to stale reads in cases where `prefetch_related` is used.
* Add Python 3.11 support.
* Add Django 4.1 support.

3.0.0 (2022-05-02)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Documentation = https://django-taggit.readthedocs.io
Source = https://github.com/jazzband/django-taggit
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
isort
py{36,37,38,39,310}-dj32
py{38,39,310}-dj{40,41,main}
py311-dj{main}
docs

[gh-actions]
Expand All @@ -15,6 +16,7 @@ python =
3.8: py38, black, flake8, isort
3.9: py39
3.10: py310
3.11: py311

[testenv]
deps =
Expand Down

0 comments on commit b24dfc4

Please sign in to comment.