From 8a8f65e11bd03b20c9e7857fc852218bde7d88b5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Oct 2021 15:03:56 -1000 Subject: [PATCH 1/5] Update CI to use python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b181fe..76271539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: [3.7, 3.8, 3.9, "3.10", pypy3] include: - os: ubuntu-latest venvcmd: . env/bin/activate From 67c58b232a25925feb7911d15a6d70efdc54af89 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Oct 2021 15:05:04 -1000 Subject: [PATCH 2/5] Update CI to use python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76271539..6bab3aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, "3.10", pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate From efe99a52537c622a459c3cc5f8638c1feb61aaa2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Oct 2021 15:08:12 -1000 Subject: [PATCH 3/5] Update CI to use python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bab3aac..e0a106a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy3.7"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate From e232cd428b19a20f2859fb98692d20721f54f4e3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Oct 2021 15:14:07 -1000 Subject: [PATCH 4/5] Update CI to use python 3.10 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a106a9..ac9e889a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' + architecture: 'x64' - uses: actions/cache@v2 id: cache with: From 9b6457ce1480dcd35b5662be8ba135b7d0e10a1e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 Oct 2021 15:25:17 -1000 Subject: [PATCH 5/5] Update CI to use python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac9e889a..71ff1ddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.7"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate