12
12
env :
13
13
CACHE_VERSION : 5
14
14
PIP_CACHE_VERSION : 1
15
- DEFAULT_PYTHON : 3.8
15
+ DEFAULT_PYTHON : 3.9
16
16
PRE_COMMIT_CACHE : ~/.cache/pre-commit
17
17
PIP_CACHE : /tmp/pip-cache
18
18
SQLALCHEMY_WARN_20 : 1
@@ -467,7 +467,7 @@ jobs:
467
467
needs : prepare-tests
468
468
strategy :
469
469
matrix :
470
- python-version : [3.8 ]
470
+ python-version : [3.9 ]
471
471
container : homeassistant/ci-azure:${{ matrix.python-version }}
472
472
steps :
473
473
- name : Check out code from GitHub
@@ -524,7 +524,7 @@ jobs:
524
524
timeout-minutes : 30
525
525
strategy :
526
526
matrix :
527
- python-version : [3.8, 3. 9]
527
+ python-version : [3.9]
528
528
outputs :
529
529
python-key : ${{ steps.generate-python-key.outputs.key }}
530
530
container : homeassistant/ci-azure:${{ matrix.python-version }}
@@ -593,7 +593,7 @@ jobs:
593
593
- prepare-tests
594
594
strategy :
595
595
matrix :
596
- python-version : [3.8 ]
596
+ python-version : [3.9 ]
597
597
container : homeassistant/ci-azure:${{ matrix.python-version }}
598
598
steps :
599
599
- name : Check out code from GitHub
@@ -633,7 +633,7 @@ jobs:
633
633
- prepare-tests
634
634
strategy :
635
635
matrix :
636
- python-version : [3.8 ]
636
+ python-version : [3.9 ]
637
637
container : homeassistant/ci-azure:${{ matrix.python-version }}
638
638
steps :
639
639
- name : Check out code from GitHub
@@ -681,7 +681,7 @@ jobs:
681
681
fail-fast : false
682
682
matrix :
683
683
group : ${{ fromJson(needs.changes.outputs.test_groups) }}
684
- python-version : [3.8, 3. 9]
684
+ python-version : [3.9]
685
685
name : >-
686
686
Run tests Python ${{ matrix.python-version }} (${{ matrix.group }})
687
687
container : homeassistant/ci-azure:${{ matrix.python-version }}
@@ -732,7 +732,7 @@ jobs:
732
732
-p no:sugar \
733
733
tests
734
734
- name : Run pytest (partially)
735
- if : needs.changes.outputs.test_full_suite == 'false' && matrix.python-version != '3.8'
735
+ if : needs.changes.outputs.test_full_suite == 'false'
736
736
timeout-minutes : 10
737
737
shell : bash
738
738
run : |
@@ -757,7 +757,7 @@ jobs:
757
757
-p no:sugar \
758
758
tests/components/${{ matrix.group }}
759
759
- name : Run pytest (partially); no coverage
760
- if : needs.changes.outputs.test_full_suite == 'false' && matrix.python-version == '3.8'
760
+ if : needs.changes.outputs.test_full_suite == 'false'
761
761
timeout-minutes : 10
762
762
run : |
763
763
. venv/bin/activate
0 commit comments