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