From 06b89ee5f8c6214a2e8d50234d0a76f8e15fcd9c Mon Sep 17 00:00:00 2001 From: Marcin Kulik <17589+sickill@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:19:59 +0100 Subject: [PATCH] Drop Python 3.6 and add 3.11 in GH CI build --- .github/workflows/asciinema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asciinema.yml b/.github/workflows/asciinema.yml index 7a3200e..c7dffde 100644 --- a/.github/workflows/asciinema.yml +++ b/.github/workflows/asciinema.yml @@ -33,11 +33,11 @@ jobs: strategy: matrix: python: - - "3.6" - "3.7" - "3.8" - "3.9" - "3.10" + - "3.11" env: TERM: dumb steps: