Skip to content

Commit

Permalink
Remove 3.8 from status checks so #1202 can pass (#1203)
Browse files Browse the repository at this point in the history
We need to remove 3.8 from the "required" cicd checks so that #1202 can
pass

---------

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
Co-authored-by: Sambhav Kothari <skothari44@bloomberg.net>
  • Loading branch information
elliotgunton and sambhav authored Sep 16, 2024
1 parent 33aa8d1 commit e8635f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e8635f9

Please sign in to comment.