From 2d89bde4fdb94540c5bfe5b761e89f0ff3e218bb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 8 Oct 2025 20:29:42 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba6659f..a3b7ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ readme = "README.md" license = { file = "LICENSE" } keywords = ["pyiron"] -requires-python = ">=3.9, <3.14" +requires-python = ">=3.9, <3.15" classifiers = [ "Development Status :: 5 - Production/Stable", "Topic :: Scientific/Engineering :: Physics", @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "ase==3.26.0", From 9e7865271631e865799304421c663fdfd230c174 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 8 Oct 2025 20:31:12 +0200 Subject: [PATCH 2/2] Update pipeline.yml --- .github/workflows/pipeline.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0ff819c..72f88b1 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.14' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment.yml @@ -80,7 +80,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.14' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment.yml @@ -103,7 +103,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: "3.13" + python-version: "3.14" miniforge-version: latest condarc-file: .condarc environment-file: binder/environment.yml @@ -125,7 +125,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.14' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment.yml @@ -145,12 +145,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.13' + python-version: '3.14' - operating-system: ubuntu-latest - python-version: '3.13' + python-version: '3.14' - operating-system: windows-latest + python-version: '3.14' + + - operating-system: ubuntu-latest python-version: '3.13' - operating-system: ubuntu-latest