From 63ddf119fd7e6540ca0746e978a0b67dcea95383 Mon Sep 17 00:00:00 2001 From: overclockworked64 Date: Sat, 23 Oct 2021 18:18:36 +0200 Subject: [PATCH 1/2] Drop 3.8 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 b90e070..d5c9ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python: ['3.8', '3.9'] + python: ['3.9'] spawn_backend: ['trio', 'mp'] steps: From 43cb117bf78bacf37cfebfe305a8941565b6b049 Mon Sep 17 00:00:00 2001 From: overclockworked64 Date: Sat, 23 Oct 2021 21:52:16 +0200 Subject: [PATCH 2/2] Add a news fragment --- newsfragments/248.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/248.feature diff --git a/newsfragments/248.feature b/newsfragments/248.feature new file mode 100644 index 0000000..eac585c --- /dev/null +++ b/newsfragments/248.feature @@ -0,0 +1 @@ +Drop Python 3.8 support in favor of rolling with two latest releases for the time being. \ No newline at end of file