Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aadya940/chainopy
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Feb 10, 2024
2 parents 5002859 + f9445fd commit a80d50d
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 a80d50d

Please sign in to comment.