From 72ae9191092b7e099b993e14181f1e3479edd21f Mon Sep 17 00:00:00 2001 From: Adam Isakov <99123480+adambala@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:53:48 +0300 Subject: [PATCH 1/3] =?UTF-8?q?feature:=20.gitignore=20=E2=80=94=20file=20?= =?UTF-8?q?created=20and=20venv/=20added.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ From 41b5fd2671b3ae51d352fda9725b2847915b8955 Mon Sep 17 00:00:00 2001 From: Adam Isakov <99123480+adambala@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:56:56 +0300 Subject: [PATCH 2/3] feature: requirements.txt - file created and PySide2 added. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d78765a --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +PySide2 \ No newline at end of file From a0030757302935530f09c108ce5ee7154093cd8e Mon Sep 17 00:00:00 2001 From: Adam Isakov <99123480+adambala@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:58:15 +0300 Subject: [PATCH 3/3] feature: README.md - added compatibility notes. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57a778c..13d9e6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # SystemTray Python System Tray Application + +# Comatibility +Python version: <=3.10.X. PySide2 does not support version >=3.11. \ No newline at end of file