Skip to content

Commit

Permalink
ci: test python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 22, 2024
1 parent 6fadf11 commit e780866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.12' ]
services:
redis:
image: redis
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit e780866

Please sign in to comment.