Skip to content

Commit

Permalink
ci: Add python 3.11 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Aug 31, 2022
1 parent 2418371 commit 06b3bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11-dev']

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11-dev']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 06b3bd6

Please sign in to comment.