Add Python 3.11 support.

ci_complete
ci_coverage
This commit is contained in:
Matt Clay
2022-04-12 14:21:15 -07:00
parent 8ca28acd0d
commit dfde4be444
11 changed files with 50 additions and 4 deletions

View File

@@ -16,4 +16,5 @@ CONTROLLER_PYTHON_VERSIONS = (
'3.8',
'3.9',
'3.10',
'3.11',
)