Skip to content

Commit

Permalink
update github workflows @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
asim3 committed Sep 4, 2023
1 parent 5592a27 commit 0bfd8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.x']
python-version: ['3.10', '3.11', '3.x']
name: Test on Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 0bfd8b5

Please sign in to comment.