Add build with Python 3.11

This commit is contained in:
Joakim Soderlund 2022-12-18 18:41:23 +01:00
parent 831dcef4e4
commit bef4773d0c
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
steps:
- name: Clone Repository

View file

@ -4,6 +4,7 @@ envlist =
py38
py39
py310
py311
[gh-actions]
python =
@ -11,6 +12,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
deps = -rrequirements.txt