mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9083 from tk0miya/disable_test_with_py310
test: Disable testing with python3.10
This commit is contained in:
commit
c58cea9afa
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -27,10 +27,10 @@ jobs:
|
||||
python: 3.9
|
||||
docutils: du16
|
||||
coverage: "--cov ./ --cov-append --cov-config setup.cfg"
|
||||
- name: py310-dev
|
||||
python: 3.10-dev
|
||||
docutils: du17
|
||||
os: ubuntu-latest # required
|
||||
# - name: py310-dev
|
||||
# python: 3.10-dev
|
||||
# docutils: du17
|
||||
# os: ubuntu-latest # required
|
||||
env:
|
||||
PYTEST_ADDOPTS: ${{ matrix.coverage }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user