Skip to content

Commit 63d8fe1

Browse files
committed
update minimal python version
1 parent 66f2b8a commit 63d8fe1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Setup Mambaforge
150150
uses: conda-incubator/setup-miniconda@v3
151151
with:
152-
python-version: '3.9'
152+
python-version: '3.10'
153153
miniforge-version: latest
154154
condarc-file: .condarc
155155
environment-file: .ci_support/environment-old.yml

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ authors = [
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
1313
keywords = ["pyiron"]
14-
requires-python = ">=3.9, <3.14"
14+
requires-python = ">=3.10, <3.14"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Topic :: Scientific/Engineering :: Physics",
1818
"License :: OSI Approved :: BSD License",
1919
"Intended Audience :: Science/Research",
2020
"Operating System :: OS Independent",
21-
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)