File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ authors = [
1111readme = " README.md"
1212license = { file = " LICENSE" }
1313keywords = [" pyiron" ]
14- requires-python = " >=3.9 , <3.14"
14+ requires-python = " >=3.10 , <3.14"
1515classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments