From e2cef24b658af361bc505a90a143fa5701eba70b Mon Sep 17 00:00:00 2001 From: "Mr. Finchum" Date: Mon, 24 Mar 2025 15:24:14 +0100 Subject: [PATCH] patch: adjusted pyproject.toml --- CHANGELOG.md | 8 +++++--- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d80e2..a4ceb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog ## 1.0.x +### 1.0.3 Patch: Adjusted pyproject.toml (25.03.24) +- Added <4.0 python version -### 1.0.2: Added Classifier +### 1.0.2: Added Classifier (25.02.09) - Added classifiers in `pyproject.toml` for PyPI. -### 1.0.1: Contribution +### 1.0.1: Contribution (25.01.28) - Added a contribution section in the README for Mr. Finch. -### **1.0.0** Refactoring +### **1.0.0** Refactoring (25.01.28) - Added function descriptions for better clarity and maintainability. - Introduced guidelines for each function, defining objectives and expected behavior. diff --git a/pyproject.toml b/pyproject.toml index 85776ec..1be289b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] authors = [{ name = "Mr. Finchum" }] description = "optima35 is a package to modify images, using pillow and piexif." readme = "pip_README.md" -requires-python = ">=3.8" +requires-python = ">=3.8, <4.0" dependencies = ["piexif", "pillow"] classifiers = [ "Development Status :: 5 - Production/Stable",