Skip to content

Commit f6b670a

Browse files
authored
Merge pull request #29 from Sparks29032/rever_news
Add compatability with 3.11 and 3.12.0rc3
2 parents 40edf47 + eef5164 commit f6b670a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

Diff for: news/loaddata_headers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)