mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
CI: remove py39 (#4154)
I can't find a way to pin it to beta, and if they're going to make changes that will break typeshed CI we shouldn't run it in CI. I would like to make this run with Travis' allow_failures, but I can't seem to make it work. Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -39,10 +39,6 @@ jobs:
|
||||
- name: "flake8"
|
||||
install: pip install -r requirements-tests-py3.txt
|
||||
script: flake8
|
||||
- name: "stubtest py39"
|
||||
python: 3.9-dev
|
||||
install: pip install -U git+git://github.com/python/mypy@b3d43984
|
||||
script: ./tests/stubtest_test.py
|
||||
- name: "stubtest py38"
|
||||
python: 3.8
|
||||
install: pip install -U git+git://github.com/python/mypy@b3d43984
|
||||
|
||||
Reference in New Issue
Block a user