From 09690064e9bdb6813132dac78e7658e171568b5b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 5 Aug 2022 12:11:17 -1000 Subject: [PATCH 1/4] Prepare for python 3.11 support --- .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 19d16be66..b9339f606 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", "pypy-3.7"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-beta.5", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate From 6457ea4b371ad180c6846e137fa20a3e42572792 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 4 Sep 2022 23:33:32 -0500 Subject: [PATCH 2/4] adjust --- .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 b9339f606..c6dc75284 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", "3.11.0-beta.5", "pypy-3.7"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-rc.5", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate From c961a0dee55158afdf5a1fcbf1df6bad7f99e9b1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 4 Sep 2022 23:34:19 -0500 Subject: [PATCH 3/4] adjust --- .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 c6dc75284..c53414091 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", "3.11.0-rc.5", "pypy-3.7"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-rc.1", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate From 1dc8d497c34c42a00c3a6f95ab60034291f1d019 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Sep 2022 11:56:42 -0500 Subject: [PATCH 4/4] bump --- .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 c53414091..256fe3081 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", "3.11.0-rc.1", "pypy-3.7"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate