Fix python version requirement
This commit is contained in:
parent
ef8672678a
commit
d9a45bd317
2 changed files with 3 additions and 3 deletions
2
Pipfile
2
Pipfile
|
|
@ -16,4 +16,4 @@ selenium-wire = "*"
|
|||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = ">=3.12,<4.0"
|
||||
python_version = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue