From fe37f33d8457ebcdeaa63d4819d3d9814a4bd2f9 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 27 Sep 2023 10:20:56 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=20Windows=207=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- .idea/runConfigurations/statapp.xml | 4 +- poetry.lock | 243 +++++++++++----------------- pyproject.toml | 8 +- statapp/__main__.py | 4 +- statapp/about_window.py | 4 +- statapp/main_window.py | 7 +- statapp/ui/ui_about_window.py | 16 +- statapp/ui/ui_main_window.py | 18 +-- 9 files changed, 122 insertions(+), 184 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 379441f..f5d3c6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Установка python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.8 - name: Установка poetry uses: snok/install-poetry@v1 with: diff --git a/.idea/runConfigurations/statapp.xml b/.idea/runConfigurations/statapp.xml index 3a0f2a0..c96e8cd 100644 --- a/.idea/runConfigurations/statapp.xml +++ b/.idea/runConfigurations/statapp.xml @@ -7,7 +7,7 @@