Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix CI for python 3.10 #565

Merged
merged 1 commit into from Dec 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions requirements/tests.txt
@@ -1,4 +1,6 @@
pytest==6.2.5
mypy==0.782
black==20.8b1
mypy==0.930
black==21.12b0
isort==5.4.2
types-toml
types-setuptools