Update Playwright version requirement, add support for python 3.12.X

pull/2180/head
embee 11 months ago
parent 3d4c34d60c
commit f60b46ccfc

@ -79,7 +79,7 @@ def shutdown() -> NoReturn:
if __name__ == "__main__":
if sys.version_info.major != 3 or sys.version_info.minor not in [10, 11]:
if sys.version_info.major != 3 or sys.version_info.minor not in [10, 11, 12]:
print(
"Hey! Congratulations, you've made it so far (which is pretty rare with no Python 3.10). Unfortunately, this program only works on Python 3.10. Please install Python 3.10 and try again."
)

@ -2,7 +2,7 @@ boto3==1.34.127
botocore==1.34.127
gTTS==2.5.1
moviepy==1.0.3
playwright==1.44.0
playwright==1.48.0
praw==7.7.1
prawcore~=2.3.0
requests==2.32.3

Loading…
Cancel
Save