Skip to content

Commit

Permalink
⬆️ Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Dec 7, 2024
1 parent 9791b3f commit 11789e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
- { PYTHON_VERSION: '3.10' }
- { PYTHON_VERSION: '3.11' }
- { PYTHON_VERSION: '3.12' }
- { PYTHON_VERSION: '3.13' }
steps:
- name: "Checkout to repository"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: "Setup Python"
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.PYTHON_VERSION }}
cache: 'pip'
Expand All @@ -55,7 +56,7 @@ jobs:

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 11789e3

Please sign in to comment.