Skip to content

Commit

Permalink
Merge pull request #123 from AurelienJaquier/py311
Browse files Browse the repository at this point in the history
Add python 3.11 tests to github workflow
  • Loading branch information
AurelienJaquier authored Jan 27, 2023
2 parents bcdf986 + e1bc495 commit 99f850d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ python =
3.8: py3
3.9: py3
3.10: py3
3.11: py3

[testenv]
envdir =
py3{7,8,9,10,}{-functional,-notebooks,-style,-syntax,-docs,-upload_docs}: {toxworkdir}/py3
py3{7,8,9,10,11,}{-functional,-notebooks,-style,-syntax,-docs,-upload_docs}: {toxworkdir}/py3
usedevelop = true
deps =
coverage
Expand Down

0 comments on commit 99f850d

Please sign in to comment.