From 8b256cfb829283577a2dfe131e4b8d5c97eb64b8 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:09:56 -0400 Subject: [PATCH] ci: Drop PyPy support - caused elasticsearch.ConflictError: ConflictError(409, ...) --- .github/workflows/ci.yml | 6 +----- setup.cfg | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06bfcf0..124613c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest # service containers only available on Linux strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.9] + python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 @@ -14,10 +14,6 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip cache-dependency-path: setup.cfg - - if: matrix.python-version == 'pypy-3.9' - run: | - sudo apt update - sudo apt install libxml2-dev libxslt-dev - uses: elastic/elastic-github-actions/elasticsearch@master with: stack-version: 8.6.2 diff --git a/setup.cfg b/setup.cfg index 81fc88b..a47aa06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,6 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython - Programming Language :: Python :: Implementation :: PyPy [options] packages = find: