Skip to content

Commit 6ef074e

Browse files
authored
Merge pull request #171 from pyiron/pymax
Set upper limit for Python version
2 parents 34885d9 + a853704 commit 6ef074e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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.8"
14+
requires-python = ">=3.9, <3.13"
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.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)