Skip to content

Commit

Permalink
invalid version latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 21, 2023
1 parent 433a4c2 commit 6489720
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
fail-fast: false
matrix:
# mypy 1.5 dropped support for python 3.7
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -131,11 +131,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: jakebailey/pyright-action@v1
with:
version: 'latest'
python-version: ${{ matrix.python-version }}

0 comments on commit 6489720

Please sign in to comment.