We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14d652 commit 6dcb7efCopy full SHA for 6dcb7ef
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: [ 3.6, 3.7, 3.8, 3.9 ]
+ python-version: [ 3.7, 3.8, 3.9, 3.10 ]
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Python ${{ matrix.python-version }}
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
21
run: |
22
- sudo apt-get install -y graphviz-dev python3-sphinx sphinx-rtd-theme-common
+ sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
23
pip install sphinx_rtd_theme recommonmark
24
- name: Check package install
25
0 commit comments