Skip to content

Commit

Permalink
Update Python Version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 authored Feb 9, 2024
1 parent e4fc084 commit f76430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: [ '3.9', '3.10', '3.11' ]

steps:
- name: Checkout Repo
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: [ '3.9', '3.10', '3.11' ]

steps:
- name: Checkout Repository
Expand Down

0 comments on commit f76430d

Please sign in to comment.