From 2e84e26c34bd14f6a786692764c0afafe94e80e5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 5 Apr 2023 13:40:48 -0700 Subject: [PATCH] Test on 3.7 to 3.11 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3755c3a..1f31920 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: "3.11" - uses: actions/cache@v2 name: Configure pip caching with: