From 5bb7297c1d3c7abc97ef488d09493182e34d3b3a Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Fri, 22 Sep 2023 13:13:42 -0400 Subject: [PATCH] Test against Python 3.12-dev and PyPy for 3.10 --- .github/workflows/install-git-url.yml | 2 ++ .github/workflows/install-zip-url.yml | 2 ++ .github/workflows/test.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/install-git-url.yml b/.github/workflows/install-git-url.yml index 58e3300..a0cbea1 100644 --- a/.github/workflows/install-git-url.yml +++ b/.github/workflows/install-git-url.yml @@ -30,9 +30,11 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' + - 'pypy-3.10' steps: - name: Check out repository uses: actions/checkout@v3 diff --git a/.github/workflows/install-zip-url.yml b/.github/workflows/install-zip-url.yml index cc549bb..f5a5edc 100644 --- a/.github/workflows/install-zip-url.yml +++ b/.github/workflows/install-zip-url.yml @@ -30,9 +30,11 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' + - 'pypy-3.10' steps: - name: Check out repository uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 828fe56..3b4fe4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,11 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' + - 'pypy-3.10' toxenv: [py] include: - python-version: '3.7'