Skip to content

Commit 6dcb7ef

Browse files
committed
adding Python 3.10 for build
1 parent a14d652 commit 6dcb7ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
13+
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22-
sudo apt-get install -y graphviz-dev python3-sphinx sphinx-rtd-theme-common
22+
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
2323
pip install sphinx_rtd_theme recommonmark
2424
- name: Check package install
2525
run: |

0 commit comments

Comments
 (0)