Skip to content

Commit

Permalink
Add support for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Feb 6, 2022
1 parent 70f4e37 commit 93cab88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"coverage==5.0.4",
"pytest-django==3.9.0",
"pytest-mock==3.5.1",
"pylama==7.7.1",
"pylama==8.3.7",
"pylint==2.12.1",
"pytest-black==0.3.12",
"black==21.12b0",
Expand Down

0 comments on commit 93cab88

Please sign in to comment.