From 8144b013034bc9c2716fc2fea636989096220b52 Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Tue, 3 Oct 2023 01:15:17 +0200 Subject: [PATCH 1/3] [github] in ci add tests for 3.7/3.8/3.9/3.10/3.12.0-rc.3 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bab8650e..65c0b0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,10 @@ jobs: strategy: fail-fast: false matrix: - version: [2.7, 3.6, 3.11] + version: + ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"] include: - - version: 2.7 + - version: "2.7" container: python:2.7.18-buster container: ${{ matrix.container }} steps: From c9bb1f75beb565d6ee7c0e3c3b23effe09e751bc Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Tue, 3 Oct 2023 23:07:01 +0200 Subject: [PATCH 2/3] [github-actions] in ci.yml test on python 3.12 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c0b0a1..ed89fa9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,7 @@ jobs: strategy: fail-fast: false matrix: - version: - ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"] + version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - version: "2.7" container: python:2.7.18-buster From 0366cbd12108bcbf9a9c3d1d94e074ddd2e27a73 Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Wed, 4 Oct 2023 17:34:36 +0200 Subject: [PATCH 3/3] [setup] add python 3.12 in classifiers --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4be92bb8..c4c23bec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Multimedia :: Graphics