Skip to content

Commit

Permalink
support 3.13.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Oct 7, 2024
1 parent 2789308 commit db1951b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11', '3.12', '3.13-rc.3' ]
python-version: [ '3.10', '3.11', '3.12', '3.13.0-rc.3' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11', '3.12', '3.13-rc.3' ]
python-version: [ '3.10', '3.11', '3.12', '3.13.0-rc.3' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit db1951b

Please sign in to comment.