From a79e6e61e651db2bf8239a14bcf3bd715705b925 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Mon, 21 Apr 2025 13:10:32 +0300 Subject: [PATCH 1/2] Refresh build versions --- .github/workflows/general.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 412ee58..b6e9eaa 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -18,8 +18,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] - es-ver: ['6.8.0', '7.4.2', '7.14.1'] + python-version: [3.8, 3.9, "3.10", 3.11, 3.12] + es-ver: ['6.8.0', '7.4.2', '7.14.1', '8.17.0'] steps: - name: Checkout repository uses: actions/checkout@v2 From 2a21e88b2d7c602d334d4002c202296c5b47421d Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Mon, 21 Apr 2025 13:22:16 +0300 Subject: [PATCH 2/2] Fix for pylama --- .github/workflows/general.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index b6e9eaa..87b14bd 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: python-version: [3.8, 3.9, "3.10", 3.11, 3.12] - es-ver: ['6.8.0', '7.4.2', '7.14.1', '8.17.0'] + es-ver: ['7.4.2', '7.14.1', '8.17.0'] steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index ca213cf..804549a 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ def read(*paths): 'pytest-cov', 'tabulator', 'tox', + 'setuptools==71.0.0', ] EXAMPLES_REQUIRE = [ 'python-dotenv',