Skip to content

Commit

Permalink
Fix unit tests for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Feb 1, 2023
1 parent b3407ac commit 87f0a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"freezegun==1.2.2 ; python_version>='3.8'",
# Type checking.
"mypy==v0.910 ; python_version<'3.6'",
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.8'",
"mypy==v0.990 ; python_version>='3.8'",
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v0.990 ; python_version>='3.7'",
# Docs.
"Sphinx==5.3.0 ; python_version>='3.8'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.8'",
Expand Down

0 comments on commit 87f0a43

Please sign in to comment.