From 2431803a9d4d7e3b9bb6258f6948debbfe7c29e8 Mon Sep 17 00:00:00 2001 From: Neraste Date: Mon, 26 Feb 2024 02:07:46 +0100 Subject: [PATCH] Add Python 3.12 support --- .github/workflows/ci.yml | 3 ++- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da649175..15626570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 @@ -50,7 +51,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" cache: 'pip' - name: Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c6a994..4ad10efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Any important notes regarding the update. ### Added - MacOS support. +- Added Python 3.12 support. ### Removed diff --git a/README.md b/README.md index 60a620bf..de414798 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installation guidelines are provided over here: ### System requirements -* Python3, to make everything up and running (supported versions: 3.8, 3.9, 3.10, and 3.11). +* Python3, to make everything up and running (supported versions: 3.8, 3.9, 3.10, 3.11, and 3.12). Linux, Mac and Windows are supported.