From 61f86f7677f238a9f35690faf39a940a222074dd Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 17 Oct 2024 12:49:35 -0500 Subject: [PATCH 1/2] nidaqmx: Add Python 3.13 trove classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2c83ec3b..37792763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: System :: Hardware :: Hardware Drivers" From 250dc6ce70e2788ee64340cbba719295f616cfb8 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 17 Oct 2024 13:00:16 -0500 Subject: [PATCH 2/2] nidaqmx: Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff37670b..3cdc0856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog * [1.1.0](#110) +* [1.0.2](#102) * [1.0.1](#101) * [1.0.0](#100) * [0.9.0](#090) @@ -31,6 +32,16 @@ All notable changes to this project will be documented in this file. * ### Known Issues * ... +## 1.0.2 +* ### Merged Pull Requests + * [Full changelog: 1.0.1...1.0.2](https://github.com/ni/nidaqmx-python/compare/1.0.1...1.0.2) + +* ### Resolved Issues + * [644: nidaqmx doesn't support Python 3.13+](https://github.com/ni/nidaqmx-python/issues/644) + +* ### Known Issues + * ... + ## 1.0.1 * ### Merged Pull Requests * [Full changelog: 1.0.0...1.0.1](https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1)