From de1390502dc976aa5be6b3a3951178fc316e0912 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 9 Dec 2023 14:02:08 +0100 Subject: [PATCH] Add support for python 3.12 --- .github/workflows/ci.yml | 4 ++-- setup.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0da18fc..e9690f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, ubuntu-22.04, macos-latest ] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 @@ -107,7 +107,7 @@ jobs: strategy: matrix: os: [ windows-latest ] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index d87ae00f..2671234d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 License :: OSI Approved :: GNU General Public License v3 (GPLv3) Topic :: Office/Business :: Financial :: Investment Intended Audience :: Science/Research