Got these errors while deploying

I ran my script locally, there was no error. But when I deployed it online I encountered the errors below

Can someone help resolve these errors. Thanks

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement pywin32==308 (from versions: none)
ERROR: No matching distribution found for pywin32==308

Community Cloud is a Debian Linux environment. pywin32 is for Windows and shouldn’t be included in your dependencies.

As for Python version, you can configure which version of Python your app is using from your app settings.