diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 412ee58..87b14bd 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: ['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',