Skip to content

Commit f0b1330

Browse files
committed
CI: Bump Python to 3.11 to avoid contextlib.chdir error
> ImportError: cannot import name 'chdir' from 'contextlib' (/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/contextlib.py)
1 parent 9222f66 commit f0b1330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '>=3']
12+
python-version: ['3.11', '>=3']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)