File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
* [ 1.1.0] ( #110 )
3
+ * [ 1.0.2] ( #102 )
3
4
* [ 1.0.1] ( #101 )
4
5
* [ 1.0.0] ( #100 )
5
6
* [ 0.9.0] ( #090 )
@@ -31,6 +32,16 @@ All notable changes to this project will be documented in this file.
31
32
* ### Known Issues
32
33
* ...
33
34
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
+
34
45
## 1.0.1
35
46
* ### Merged Pull Requests
36
47
* [ Full changelog: 1.0.0...1.0.1] ( https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1 )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
26
27
" Programming Language :: Python :: Implementation :: CPython" ,
27
28
" Programming Language :: Python :: Implementation :: PyPy" ,
28
29
" Topic :: System :: Hardware :: Hardware Drivers"
You can’t perform that action at this time.
0 commit comments