Skip to content

Commit

Permalink
Merge pull request #715 from asottile/limit-tokenize-rt-before-break
Browse files Browse the repository at this point in the history
limit tokenize-rt to <4 before breaks
  • Loading branch information
asottile committed Oct 3, 2022
2 parents 7f79d5a + aaac274 commit 71740f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
[options]
packages = find:
install_requires =
tokenize-rt>=3.2.0
tokenize-rt<4
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit 71740f8

Please sign in to comment.