Skip to content

Commit

Permalink
Add py311
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Nov 25, 2022
1 parent 603d693 commit ad89893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout sources
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py38,
py39,
py310,
py311,
linting,

[testenv]
Expand All @@ -28,3 +29,4 @@ python =
3.8: py38
3.9: py39
3.10: py310, linting
3.11: py311

0 comments on commit ad89893

Please sign in to comment.