From 4856f80b9963145cf48a99806f6e4df9d4326551 Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 2 Aug 2023 06:32:26 +0200 Subject: [PATCH] [rc] 0.6.28-rc0-1 --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b176a0e..5ca0f68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ test: <<: *test parallel: matrix: - - PYVERSION: ["3.7", "3.8", "3.9", "3.10"] + - PYVERSION: ["3.8", "3.9", "3.10"] script: - pipenv run pytest --version - PYTHONPATH=./tests/ pipenv run pytest -v ./tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 109966f..880b193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.6.28 +### Development dependencies + +Python 3.7 is no longer supported (openapi_spec_validator is not compatible). + If you are a developper, you should update dev dependencies in your virtual environment.