From 71a5dd1e5a14d39d9a32c42d88b9bd51dc9e8aa1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 22:33:36 -0500 Subject: [PATCH 1/2] Set upper limit for Python version --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6b3d458..cc84ca3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,14 +11,13 @@ authors = [ readme = "README.md" license = { file = "LICENSE" } keywords = ["pyiron"] -requires-python = ">=3.8" +requires-python = ">=3.9 <3.13" classifiers = [ "Development Status :: 5 - Production/Stable", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", From 09faca7ddbd5fb3d5d5bb65d4f6d71b3107b1114 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 22:41:39 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc84ca3c..185bdeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ readme = "README.md" license = { file = "LICENSE" } keywords = ["pyiron"] -requires-python = ">=3.9 <3.13" +requires-python = ">=3.9, <3.13" classifiers = [ "Development Status :: 5 - Production/Stable", "Topic :: Scientific/Engineering :: Physics",