Skip to content

Commit 628a511

Browse files
authored
Remove Python 3.6 specific filelock requirement (#13866)
We no longer support Python 3.6.
1 parent 1eaf4c7 commit 628a511

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
-r build-requirements.txt
33
attrs>=18.0
44
black==22.6.0 # must match version in .pre-commit-config.yaml
5-
filelock>=3.3.0,<3.4.2; python_version<'3.7'
6-
filelock>=3.3.0; python_version>='3.7'
5+
filelock>=3.3.0
76
flake8==5.0.4 # must match version in .pre-commit-config.yaml
87
flake8-bugbear==22.8.23 # must match version in .pre-commit-config.yaml
98
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml

0 commit comments

Comments
 (0)