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]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = ">=3.12,<4.0"
|
python_version = "3"
|
||||||
|
|
|
||||||
4
Pipfile.lock
generated
4
Pipfile.lock
generated
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "f5cd18fe2f958ab4b9691a62d945c53f7c7e1fc52bf10a4fb9e837a10a28f84d"
|
"sha256": "75a2e4249c171265fc2a7a17fa4105037eefb33d982e5e81d1a713a9d34cfb09"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
"python_version": "3.14"
|
"python_version": "3"
|
||||||
},
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue