Skip to content

Commit

Permalink
ci: remove pyhon 3.9 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-lorenzo authored Nov 8, 2023
1 parent 3f871c9 commit 67d573a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 4
matrix:
os: [ macOS-latest, ubuntu-latest ]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Example [Sandbox]
run: python examples/sandbox.py
- name: Example [Request]
run: python examples/onboarding_request.py
run: python examples/onboarding_request.py

0 comments on commit 67d573a

Please sign in to comment.