From 29a2cef452d38e3733cbb96972cea5d1f1e324af Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Fri, 27 Oct 2023 11:00:31 +0100 Subject: [PATCH] Add 3.12 support (#71) * Add 3.12 to CI & setup details --- .github/workflows/gh-ci.yaml | 6 +++--- panedr/setup.cfg | 1 + pyedr/setup.cfg | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 43dfbf2..99c22ed 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: windows-latest - python-version: "3.11" + python-version: "3.12" - os: macos-latest - python-version: "3.11" + python-version: "3.12" steps: - uses: actions/checkout@v3 diff --git a/panedr/setup.cfg b/panedr/setup.cfg index c13588c..9d468e5 100644 --- a/panedr/setup.cfg +++ b/panedr/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Operating System :: OS Independent [options] diff --git a/pyedr/setup.cfg b/pyedr/setup.cfg index 8723d3b..f0a6bfc 100644 --- a/pyedr/setup.cfg +++ b/pyedr/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Operating System :: OS Independent [options]