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"