File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Run tests (3.9)
4646 if : matrix.python == '3.9'
4747 run : python -m tox -c tox-ci-py39.ini -e ci-${{ matrix.backend }} -- --verbose
48-
49- docs :
50- # Test documentation builds.
51- # This environment mirrors the ReadTheDocs build environment.
52- name : Docs
53- runs-on : ubuntu-latest
54- steps :
55- - uses : actions/checkout@v6
56-
57- - name : Set up Python ${{ matrix.python }}
58- uses : actions/setup-python@v6
59- with :
60- python-version : " 3.13"
61-
62- - name : Install tox
63- run : python -m pip install tox
64-
65- - name : Run tests
66- run : python -m tox -e docs
Original file line number Diff line number Diff line change 6565 "Dmytro Kostochko <https://github.com/Alerion>" ,
6666 "Kadir Can Ozden <https://github.com/bysiber>" ,
6767 "Henry Schreiner <https://github.com/henryiii>" ,
68+ "Yilei <https://github.com/yilei>" ,
6869]
6970__license__ = "MPL 2.0"
Original file line number Diff line number Diff line change 22This module provides stubs for type hints not supported by all relevant Python
33versions.
44
5- NOTICE: This project should have zero required dependencies which means it
5+ NOTICE: This project should have zero required dependencies, which means it
66cannot simply require :module:`typing_extensions`, and I do not want to maintain
77a vendored copy of :module:`typing_extensions`.
88"""
You can’t perform that action at this time.
0 commit comments