diff --git a/docs/installation.rst b/docs/installation.rst index 391a894..5393d05 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,14 +10,14 @@ Installation .. role:: python(code) :language: python -``SuperScreen`` requires ``Python >=3.8, <3.12`` and can be installed either from +``SuperScreen`` requires ``Python >=3.8, <3.13`` and can be installed either from `PyPI `_, the Python Package index, or from the ``SuperScreen`` `GitHub repository `_. We recommend creating a new `conda environment `_ for ``SuperScreen`` to avoid dependency conflicts with other packages. To create a new conda environment called -``superscreen``, run ``conda create --name superscreen python="3.x"``, where ``x`` is one of ``{8, 9, 10, 11}``. +``superscreen``, run ``conda create --name superscreen python="3.x"``, where ``x`` is one of ``{8, 9, 10, 11, 12}``. After the environment has been created, run ``conda activate superscreen`` to activate it. diff --git a/setup.py b/setup.py index 5514a02..5fe1598 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ AUTHOR_EMAIL = "logan.bvh@gmail.com" URL = "https://github.com/loganbvh/superscreen" LICENSE = "MIT" -PYTHON_VERSION = ">=3.8, <3.12" +PYTHON_VERSION = ">=3.8, <3.13" INSTALL_REQUIRES = [ "dill", @@ -77,6 +77,7 @@ Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 +Programming Language :: Python :: 3.12 Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Physics """