Skip to content

Commit

Permalink
chg: Add tests for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 6, 2024
1 parent eb03797 commit 6df950b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
name: Python ${{ matrix.python-version }} sample

steps:
Expand All @@ -30,4 +30,3 @@ jobs:
- name: Test with MyPy
run: |
poetry run mypy .

0 comments on commit 6df950b

Please sign in to comment.