Skip to content

Commit 44521ff

Browse files
authored
Require Python version 3.9 or higher (#24)
1 parent 1ca0d1e commit 44521ff

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.1.5]
915

1016
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
3030
]
31-
requires-python = ">=3.8"
31+
requires-python = ">=3.9"
3232
dependencies = [
3333
"numpy",
3434
"uncertainties",

0 commit comments

Comments
 (0)