Skip to content

Commit

Permalink
ci: Drop PyPy support - caused elasticsearch.ConflictError: ConflictE…
Browse files Browse the repository at this point in the history
…rror(409, ...)
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 7c3c6af commit 8b256cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ 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
with:
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
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b256cf

Please sign in to comment.