From 10ba87d01a47f1d829b9c4e4783a7b1934bac372 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 1 Nov 2023 19:27:34 +0100 Subject: fix Python version for GitHub Actions runs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28acea1..02403b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + # Unpin when this is fixed: https://github.com/python/cpython/issues/111615 + python-version: '3.11' cache: pip cache-dependency-path: ./test/py/requirements.txt - name: Install dependencies -- cgit v1.2.3