diff --git a/main.py b/main.py index 849663d..3b0cbb6 100755 --- a/main.py +++ b/main.py @@ -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." ) diff --git a/requirements.txt b/requirements.txt index e6e2e7b..6dec6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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