Skip to content

Commit

Permalink
Add Python 3.10 support. (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Nov 15, 2021
1 parent 4f29996 commit 971c305
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
(Unreleased)
~~~~~~~~~~~~

* Add Python 3.10 support.

2.0.0 (2021-11-14)
~~~~~~~~~~~~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://django-taggit.readthedocs.io
Source = https://github.com/jazzband/django-taggit
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ envlist =
black
flake8
isort
py{36,37,38,39}-dj{22,31,32}
py{38,39}-djmain
py{36,37,38,39}-dj{22,31}
py{36,37,38,39,310}-dj32
py{38,39,310}-djmain
docs

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

[testenv]
deps =
Expand Down

0 comments on commit 971c305

Please sign in to comment.