build: python 3.11 support (#32843)

ci: use python 3.11 in tests

[skip ci]
This commit is contained in:
Ankush Menat
2022-11-10 14:22:05 +05:30
committed by GitHub
parent 7e1742956c
commit c16553626f

View File

@@ -59,7 +59,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Check for valid Python & Merge Conflicts
run: |