We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca0d1e commit 44521ffCopy full SHA for 44521ff
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.6]
9
+
10
+### Fixed
11
12
+* Require Python version 3.9 or higher ([#24](https://github.com/paulromano/endf-python/pull/24))
13
14
## [0.1.5]
15
16
### Added
pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
]
31
-requires-python = ">=3.8"
+requires-python = ">=3.9"
32
dependencies = [
33
"numpy",
34
"uncertainties",
0 commit comments