Skip to content

Commit

Permalink
Merge pull request #29 from Sparks29032/rever_news
Browse files Browse the repository at this point in the history
Add compatability with 3.11 and 3.12.0rc3
  • Loading branch information
sbillinge authored Sep 28, 2023
2 parents 40edf47 + eef5164 commit f6b670a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- Compatability with Python 3.12, 3.11
- CI Coverage.
- New tests for loadData function.
- loadData function now toggleable. Can return either (a) data read from data blocks or (b) header
Expand Down
1 change: 1 addition & 0 deletions news/loaddata_headers.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Added**
- Compatability with Python 3.12, 3.11
- CI Coverage.
- New tests for loadData function.
- loadData function now toggleable. Can return either (a) data read from data blocks or (b) header
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ def getversioncfg():
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Physics',
],
)
Expand Down

0 comments on commit f6b670a

Please sign in to comment.