diff --git a/pipelines/botbuilder-python-ci.yml b/pipelines/botbuilder-python-ci.yml index 04a848e1f..441789eaf 100644 --- a/pipelines/botbuilder-python-ci.yml +++ b/pipelines/botbuilder-python-ci.yml @@ -8,7 +8,7 @@ variables: COVERALLS_SERVICE_NAME: python-ci python.37: 3.7.x python.38: 3.8.x - # python.311: 3.11.x + python.311: 3.11.x # PythonCoverallsToken: get this from Azure jobs: @@ -24,8 +24,8 @@ jobs: PYTHON_VERSION: '$(python.37)' Python38: PYTHON_VERSION: '$(python.38)' - # Python311: - # PYTHON_VERSION: '$(python.311)' + Python311: + PYTHON_VERSION: '$(python.311)' maxParallel: 3 steps: @@ -56,7 +56,7 @@ jobs: pip install -r ./libraries/botbuilder-core/tests/requirements.txt pip install -r ./libraries/botbuilder-ai/tests/requirements.txt pip install coveralls - pip install pylint==2.4.4 + pip install pylint==2.17.7 pip install black==22.3.0 displayName: 'Install dependencies'