commit | c16553626f0db76a90d6d3172e4fa55befe83c71 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Thu Nov 10 14:22:05 2022 +0530 |
committer | GitHub <noreply@github.com> | Thu Nov 10 14:22:05 2022 +0530 |
tree | 86d7a5021d709ca023b2538ad6951de22beac284 | |
parent | 7e1742956c7ba2e80a6f838f19aa451cf1c0c2e7 [diff] |
build: python 3.11 support (#32843) ci: use python 3.11 in tests [skip ci]
diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index ed731b8..b40faa7 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml
@@ -59,7 +59,7 @@ - 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: |