mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
✅ Enable tests for Python 3.8-dev (#465)
This commit is contained in:
parent
937b462cdd
commit
f24d744a3b
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ cache: pip
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8-dev"
|
||||||
|
- "nightly"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "3.8-dev"
|
||||||
|
- python: "nightly"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install flit
|
- pip install flit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue