From 30b7ba2093766d79527fcb81dd17d4067d32edc8 Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Mon, 17 Mar 2025 10:45:35 -0700 Subject: [PATCH 1/4] Test 3.13 In lieu of 3.9 --- .github/workflows/push-pull.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index f6ecaa5..c209fac 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -13,4 +13,5 @@ jobs: secrets: inherit with: tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml - do-benchmark-tests: false \ No newline at end of file + do-benchmark-tests: false + python-version-alt3: '3.13' \ No newline at end of file From 6f49e9fc68845e94ad0e9e3d3adbbb4f0f4ed355 Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Mon, 17 Mar 2025 10:52:28 -0700 Subject: [PATCH 2/4] Update pyproject.toml (#37) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e6216d..75622bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,17 +10,17 @@ name = "pyiron_snippets" description = "pyiron_snippets - Short, dependency-free python snippets." readme = "docs/README.md" keywords = [ "pyiron",] -requires-python = ">=3.9, <3.13" +requires-python = ">=3.10, <3.14" classifiers = [ "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ ] From 494dab98117571cde60ec69feae5ac8fe0cb1839 Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Mon, 17 Mar 2025 10:53:39 -0700 Subject: [PATCH 3/4] Update environment.yml (#38) From 941a08dc567efcf0ff6c569ec931f12828fbe21b Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Mon, 17 Mar 2025 11:45:17 -0700 Subject: [PATCH 4/4] Update environment.yml (#39) --- .binder/environment.yml | 2 +- .ci_support/environment.yml | 2 +- docs/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 1780706..7caa63e 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- python >=3.9,<3.13 +- python >=3.10,<3.14 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1780706..7caa63e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- python >=3.9,<3.13 +- python >=3.10,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index 4adfa10..8572a45 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,4 +7,4 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- python >=3.9,<3.13 +- python >=3.10,<3.14