From 1ee74f2230cc5331c52de9de2c1629cf452e92c2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 18:08:59 +0700 Subject: [PATCH 1/2] Require Python version 3.9 or higher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97f1aa6..878dbd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "numpy", "uncertainties", From d94e53b73a5db7309e6bf99403a09b60d7138a96 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 18:11:00 +0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118ebba..6233204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.6] + +### Fixed + +* Require Python version 3.9 or higher ([#24](https://github.com/paulromano/endf-python/pull/24)) + ## [0.1.5] ### Added