From a223c42f1c9fe91c760d84c3c6e682e4d8c03f73 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 22:32:55 -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 b3d5189..cdd996d 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 30dc754680cb782d61ec3030e7565b667145991d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 22:41:00 -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 cdd996d..281f45a 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",