[rc] 0.6.28-rc0-1

This commit is contained in:
maxime 2023-08-02 06:32:26 +02:00
parent eac602f0a5
commit 4856f80b99
2 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,7 @@ test:
<<: *test <<: *test
parallel: parallel:
matrix: matrix:
- PYVERSION: ["3.7", "3.8", "3.9", "3.10"] - PYVERSION: ["3.8", "3.9", "3.10"]
script: script:
- pipenv run pytest --version - pipenv run pytest --version
- PYTHONPATH=./tests/ pipenv run pytest -v ./tests - PYTHONPATH=./tests/ pipenv run pytest -v ./tests

View File

@ -2,6 +2,10 @@
## 0.6.28 ## 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 If you are a developper, you should update dev dependencies in your virtual
environment. environment.