From f393a4a5ae80091d2726a1eb0ee139fd9b8a7bd5 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 23 Jun 2023 10:07:34 +1100 Subject: [PATCH] remove python 3.6 from CI (not available anymore) Not adding 3.12-dev because --only-binary installs not yet possible. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 451b56b..b5e001c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: max-parallel: 4 matrix: os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ] - python: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev' ] + python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] arch: [ 'x64', 'x86' ] exclude: - os: macos-latest