@@ -31,10 +31,10 @@ jobs:
3131 node-version : 12.x
3232 - name : Install dependencies
3333 run : npm ci
34- - name : Set up Python 3.8
34+ - name : Set up Python 3.10
3535 uses : actions/setup-python@v1
3636 with :
37- python-version : 3.8
37+ python-version : ' 3.10 '
3838 - name : Install Dash
3939 run : python -m pip install -r requirements-dev.txt
4040 - name : Build dash-bootstrap-components
5151 strategy :
5252 max-parallel : 6
5353 matrix :
54- python-version : ['3.6 ', '3.7 ', '3.8 ', '3.9 ', '3.10 ']
54+ python-version : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
5555 services :
5656 hub :
5757 image : selenium/hub:3.141.59-gold
@@ -62,19 +62,19 @@ jobs:
6262 HUB_PORT : 4444
6363 steps :
6464 - uses : actions/checkout@v1
65- - name : Set up Python 3.8
65+ - name : Set up Python 3.10
6666 uses : actions/setup-python@v1
6767 with :
68- python-version : ' 3.8 '
68+ python-version : ' 3.10 '
6969 - name : Set up Python ${{ matrix.python-version }}
70- if : matrix.python-version != '3.8 '
70+ if : matrix.python-version != '3.10 '
7171 uses : actions/setup-python@v1
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install nox
75- run : python3.8 -m pip install -U nox
75+ run : python3.10 -m pip install -U nox
7676 - name : Lint Python source
77- if : matrix.python-version == 3.8
77+ if : matrix.python-version == '3.10'
7878 run : nox -s lint
7979 - uses : actions/download-artifact@v2
8080 with :
0 commit comments