Skip to content

Commit

Permalink
Add python 3.9 and 3.10 support, and drop 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
radaron committed Jun 7, 2024
1 parent d0f9b59 commit cdae972
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELASTICMOCK_VERSION='2.3.0'
ELASTICMOCK_VERSION='3.0.0'

install:
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import setuptools

__version__ = '2.3.0'
__version__ = '3.0.0'

# read the contents of your readme file
from os import path
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist =
py36-elasticsearch{1,2,5,6,7}
py37-elasticsearch{1,2,5,6,7}
py38-elasticsearch{1,2,5,6,7}
py39-elasticsearch{1,2,5,6,7}
py310-elasticsearch{1,2,5,6,7}

[testenv]
deps =
parameterized
pytest==4.6.9
pytest==6.2.5
pytest-cov==2.8.1
elasticsearch1: elasticsearch ==1.9.0
elasticsearch2: elasticsearch >=2.0.0, <5.0.0
Expand Down

0 comments on commit cdae972

Please sign in to comment.