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 0f56ca2 commit 0c568cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
]

tests_require = [
"pytest==5.4.3",
"pytest-cov==2.11.1",
"pytest==6.2.5",
"pytest-cov==2.8.1",
"coverage==5.0.4",
"pytest-django==3.9.0",
"pytest-mock==3.5.1",
"pylama==7.7.1",
"pylint==2.7.3",
"pylama==8.3.7",
"pylint==2.12.1",
"pytest-black==0.3.12",
"black==21.5b0",
"black==21.12b0",
"django-environ==0.4.5",
]

Expand Down

0 comments on commit 0c568cd

Please sign in to comment.