diff --git a/docs/installation/overview.rst b/docs/installation/overview.rst index a7959055..f7aa4bbe 100644 --- a/docs/installation/overview.rst +++ b/docs/installation/overview.rst @@ -3,7 +3,7 @@ Overview ======== -**PyAutoCTI** requires Python 3.9 - 3.12 and support Linux and MacOS operating systems (Windows support is targeted in the future). +**PyAutoCTI** requires Python 3.12 or 3.13 and supports Linux and macOS operating systems (Windows support is targeted in the future). To use **PyAutoCTI** the c++ library **arCTIc** (https://github.com/jkeger/arctic) must also be installed. Installation instructions for **arCTIc** can be found both on its GitHub page and in the **PyAutoCTI** readthedocs. diff --git a/pyproject.toml b/pyproject.toml index deca1a48..a714a5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "PyAutoCTI: Charge Transfer Inefficiency Modeling" readme = { file = "README.rst", content-type = "text/x-rst" } license = { text = "MIT" } -requires-python = ">=3.9" +requires-python = ">=3.12" authors = [ { name = "James Nightingale", email = "James.Nightingale@newcastle.ac.uk" }, { name = "Richard Massey", email = "r.j.massey@durham.ac.uk" }, @@ -20,9 +20,6 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", "Natural Language :: English", "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" ]