Skip to content

Commit

Permalink
ci: add Python 3.11 to unit testing and linting matrix strategies (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaylet authored Nov 15, 2023
1 parent 6a58134 commit eca0351
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:
matrix:
os: [ubuntu-latest]
architecture: ['x64']
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
os: [ubuntu-latest]
architecture: ['x64']
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eca0351

Please sign in to comment.