From 853a8b6027eb67a2075092ed70f8af786706c719 Mon Sep 17 00:00:00 2001 From: Paarth Shah Date: Sun, 2 Oct 2022 13:40:18 -0700 Subject: [PATCH] Bump minimum python version in CONTRIBUTING.md. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a415fb54..6755b8a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.6+. Note that Tautulli runs on many different platforms. +The code should work with Python 3.7+. 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.