diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21b0b3ac..4d69ffef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.8', '3.10','3.12'] + python-version: ['3.10','3.12'] services: mongodb: - image: mongo:5.0.14 + image: mongo:7.0.14 env: MONGO_INITDB_DATABASE: amivapi options: >- diff --git a/codecov.yml b/codecov.yml index 8269b889..b2b63e4b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,4 +5,4 @@ coverage: # Compares coverage to the base commit (of a pull request) and allows a # 0.1% drop of the coverage to be marked as successful. target: auto - threshold: 0.1% + threshold: 0.5% diff --git a/docker-compose.yml b/docker-compose.yml index 7a979053..fec43c3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: command: ["amivapi", "run", "dev"] mongodb: - image: mongo:5.0.8 + image: mongo:7.0.14 ports: - 27017:27017 environment: diff --git a/tox.ini b/tox.ini index 2e5c6499..57e93eed 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ envlist = py38, py310, py312, flake8 [gh-actions] python = - 3.8: py38 3.10: py310, flake8 3.12: py312, flake8