From 9f9de9e629592bf8ee575b552bc6099ea5c8cebb Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Fri, 22 Dec 2023 21:46:50 +0100 Subject: [PATCH 1/3] Add Python 3.12 support to pytest.yml and pyproject.toml --- .github/workflows/pytest.yml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ff8a835..5954f28 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: # https://github.com/actions/checkout diff --git a/pyproject.toml b/pyproject.toml index 3e73e15..c2f4d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,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 :: 3 :: Only", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Artificial Intelligence", @@ -100,7 +101,7 @@ sphinx_copybutton = "*" [tool.black] line-length = 119 -target-version = ["py38", "py39", "py310", "py311"] +target-version = ["py38", "py39", "py310", "py311", "py312"] [tool.ruff] select = [ From 5b7f48179dc9598aa9a1c6355b106bb26d8185ed Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Mon, 1 Apr 2024 19:29:46 +0200 Subject: [PATCH 2/3] empty commit to trigger CI From b956b1b0b56baba5f65e289bb31991512c199c18 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 30 May 2024 14:54:23 +0200 Subject: [PATCH 3/3] empty commit to trigger CI