From 2c9bca54f3265ce621ea58c417b32f9910550456 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 17 Oct 2024 13:43:11 -0500 Subject: [PATCH] nidaqmx: Add Python 3.13 trove classifier and update changelog (#649) * nidaqmx: Add Python 3.13 trove classifier * nidaqmx: Update changelog (cherry picked from commit ba8a96232f67384c345904290040fe3a448dc5e8) --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 1 + 2 files changed, 12 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) diff --git a/pyproject.toml b/pyproject.toml index 158e312c..b3d0b96a 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"