Skip to content

Commit

Permalink
add py3.13 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Oct 7, 2024
1 parent f8df781 commit a981426
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.3' ]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.3' ]
services:
redis:
image: redis:6
Expand Down

0 comments on commit a981426

Please sign in to comment.