[rc] 0.6.28-rc0-1
This commit is contained in:
parent
eac602f0a5
commit
4856f80b99
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue