File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44
55### Added
66
7+ - Compatability with Python 3.12, 3.11
78- CI Coverage.
89- New tests for loadData function.
910- 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 11**Added **
2+ - Compatability with Python 3.12, 3.11
23- CI Coverage.
34- New tests for loadData function.
45- 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():
111111 'Operating System :: POSIX' ,
112112 'Operating System :: Unix' ,
113113 'Programming Language :: Python :: 2.7' ,
114- 'Programming Language :: Python :: 3.9' ,
115114 'Programming Language :: Python :: 3.10' ,
116115 'Programming Language :: Python :: 3.11' ,
116+ 'Programming Language :: Python :: 3.12' ,
117117 'Topic :: Scientific/Engineering :: Physics' ,
118118 ],
119119)
You can’t perform that action at this time.
0 commit comments