Skip to content

Commit

Permalink
Removed python 3.6 gate (microsoft#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 authored Aug 15, 2023
1 parent 529af52 commit 42773c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
["responsibleai", "erroranalysis", "raiutils", "rai_test_utils"]
operatingSystem:
[ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
pythonVersion: ["3.6", "3.7", "3.8", "3.9", "3.10"]
pythonVersion: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- operatingSystem: ubuntu-20.04
pythonVersion: "3.7"
Expand All @@ -30,8 +30,6 @@ jobs:
pythonVersion: "3.9"
- operatingSystem: ubuntu-20.04
pythonVersion: "3.10"
- operatingSystem: ubuntu-latest
pythonVersion: "3.6"
- operatingSystem: macos-latest
pythonVersion: "3.7"

Expand All @@ -45,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.pythonVersion }}

- if: ${{ matrix.pythonVersion == '3.6' || matrix.pythonVersion == '3.7' }}
- if: ${{ matrix.pythonVersion == '3.7' }}
name: Setup tools for python lt 3.8
run: |
python -m pip install --upgrade "pip<=23.1.2"
Expand Down

0 comments on commit 42773c9

Please sign in to comment.