Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Added the new 0.11 branch
Added py3.12 to the matrix
  • Loading branch information
farirat authored Nov 10, 2023
1 parent 8d6345f commit 85224da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
pull_request:
branches:
- 'master'
- '0.9'
- '0.10'
- '0.10-develop'
- '0.10.*'
- '0.11-develop'
- '0.11.*'

env:
GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
Expand All @@ -28,7 +29,7 @@ jobs:
- 6379:6379
strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10', 3.11]
python: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
steps:
- uses: actions/checkout@v2
- name: Install os dependencies
Expand Down

0 comments on commit 85224da

Please sign in to comment.