Skip to content

Commit

Permalink
drop python 3.9 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Oct 19, 2023
1 parent 9282306 commit 731ab82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
file: ./coverage.xml
flags: unittests
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
fail_ci_if_error: false
fail_ci_if_error: false

0 comments on commit 731ab82

Please sign in to comment.