File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ - Compatability with Python 3.12, 3.11
7
8
- CI Coverage.
8
9
- New tests for loadData function.
9
10
- loadData function now toggleable. Can return either (a) data read from data blocks or (b) header
Original file line number Diff line number Diff line change 1
1
**Added **
2
+ - Compatability with Python 3.12, 3.11
2
3
- CI Coverage.
3
4
- New tests for loadData function.
4
5
- loadData function now toggleable. Can return either (a) data read from data blocks or (b) header
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ def getversioncfg():
111
111
'Operating System :: POSIX' ,
112
112
'Operating System :: Unix' ,
113
113
'Programming Language :: Python :: 2.7' ,
114
- 'Programming Language :: Python :: 3.9' ,
115
114
'Programming Language :: Python :: 3.10' ,
116
115
'Programming Language :: Python :: 3.11' ,
116
+ 'Programming Language :: Python :: 3.12' ,
117
117
'Topic :: Scientific/Engineering :: Physics' ,
118
118
],
119
119
)
You can’t perform that action at this time.
0 commit comments