Skip to content

Commit 2c9bca5

Browse files
committed
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 ba8a962)
1 parent 15d96df commit 2c9bca5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22
* [1.1.0](#110)
3+
* [1.0.2](#102)
34
* [1.0.1](#101)
45
* [1.0.0](#100)
56
* [0.9.0](#090)
@@ -31,6 +32,16 @@ All notable changes to this project will be documented in this file.
3132
* ### Known Issues
3233
* ...
3334

35+
## 1.0.2
36+
* ### Merged Pull Requests
37+
* [Full changelog: 1.0.1...1.0.2](https://github.com/ni/nidaqmx-python/compare/1.0.1...1.0.2)
38+
39+
* ### Resolved Issues
40+
* [644: nidaqmx doesn't support Python 3.13+](https://github.com/ni/nidaqmx-python/issues/644)
41+
42+
* ### Known Issues
43+
* ...
44+
3445
## 1.0.1
3546
* ### Merged Pull Requests
3647
* [Full changelog: 1.0.0...1.0.1](https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",
2829
"Topic :: System :: Hardware :: Hardware Drivers"

0 commit comments

Comments
 (0)