Drop support for Python 3.7

This commit is contained in:
JonnyWong16 2023-08-24 12:20:50 -07:00
commit b133904b48
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ All pull requests should be based on the `nightly` branch, to minimize cross mer
### Python Code
#### Compatibility
The code should work with Python 3.7+. Note that Tautulli runs on many different platforms.
The code should work with Python 3.8+. Note that Tautulli runs on many different platforms.
Re-use existing code. Do not hesitate to add logging in your code. You can the logger module `plexpy.logger.*` for this. Web requests are invoked via `plexpy.request.*` and derived ones. Use these methods to automatically add proper and meaningful error handling.