From a6499efba11bb44c63423adf5f1623e6b61d053b Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 11 Nov 2022 10:08:30 -0500 Subject: [PATCH] pypy3.8 -> 3.9, +3.11 --- .github/workflows/ci.yml | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4445323..3cf9504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - uses: pre-commit/action@v3.0.0 ci: @@ -26,11 +26,11 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] python-version: - - name: pypy-3.8 + - name: pypy-3.9 toxenv: pypy3-build - - name: pypy-3.8 + - name: pypy-3.9 toxenv: pypy3-safety - - name: pypy-3.8 + - name: pypy-3.9 toxenv: pypy3-tests - name: 3.7 toxenv: py37-build @@ -56,21 +56,27 @@ jobs: toxenv: py310-safety - name: "3.10" toxenv: py310-tests - - name: "3.10" + - name: "3.11" + toxenv: py311-build + - name: "3.11" + toxenv: py311-safety + - name: "3.11" + toxenv: py311-tests + - name: "3.11" toxenv: docs-dirhtml - - name: "3.10" + - name: "3.11" toxenv: docs-doctest - - name: "3.10" + - name: "3.11" toxenv: docs-linkcheck - - name: "3.10" + - name: "3.11" toxenv: docs-spelling - - name: "3.10" + - name: "3.11" toxenv: docs-style - - name: "3.10" + - name: "3.11" toxenv: readme - - name: "3.10" + - name: "3.11" toxenv: secrets - - name: "3.10" + - name: "3.11" toxenv: style steps: @@ -101,7 +107,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Install dependencies run: python -m pip install build - name: Create packages