From 3da6b89f6c9398c35b7d27a4bb1abc43d2226455 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 23 Oct 2024 23:02:54 -0400 Subject: [PATCH] bump ci to 3.11 --- .github/workflows/pytest_and_autopublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest_and_autopublish.yml b/.github/workflows/pytest_and_autopublish.yml index a49464d..5ceb944 100644 --- a/.github/workflows/pytest_and_autopublish.yml +++ b/.github/workflows/pytest_and_autopublish.yml @@ -14,7 +14,7 @@ jobs: # Install deps - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - run: sudo apt install -y pandoc gsfonts - run: pip --version @@ -41,7 +41,7 @@ jobs: # Install deps - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' # Uncomment to cache of pip dependencies (if tests too slow) # cache: pip # cache-dependency-path: '**/pyproject.toml'