Skip to content

Commit

Permalink
feat: Adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 9, 2024
1 parent 3f30834 commit a439daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
toxenv: [django42, quality, pii_check, rst_validation]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -37,7 +37,7 @@ jobs:

- name: Run Coverage
if: matrix.toxenv == 'django42'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
flags: unittests
fail_ci_if_error: true

0 comments on commit a439daa

Please sign in to comment.