From fd4681ef333aaca81ed5c713ab03c9703d480440 Mon Sep 17 00:00:00 2001 From: wtclarke Date: Thu, 31 Oct 2024 11:01:56 +0000 Subject: [PATCH] Prep for release, test 3.13 compatibility --- .github/workflows/push_pr.yml | 2 +- CHANGELOG.md | 6 ++++++ setup.py | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index f05b272..05bc3fb 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: [ "3.9", "3.10", "3.11", "3.12"] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c49f4..1c66664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ This document contains the Spec2nii release history in reverse chronological order. +0.8.5 (Thursday 31st October 2024) +---------------------------------- +- Add special case handling for DICOM dkd_svs_mslaser_msspnav sequence +- More GE HBCD sequence adjustments. +- Python 3.13 compatibility and testing, scipy dependency now >=1.13 + 0.8.4 (Monday 23rd September 2024) ------------------------------- - GE HBCD sequence adjustments. diff --git a/setup.py b/setup.py index 61871f0..b1e1972 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent"], python_requires='>=3.9',