From 7cf63ece70f084b0f31409a26c4d25f8dafaf7ce Mon Sep 17 00:00:00 2001 From: lillian542 Date: Fri, 1 Nov 2024 17:01:26 -0400 Subject: [PATCH] remove references to 3.9 and update format.yml --- .github/workflows/format.yml | 2 +- README.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 30f60ec9a..3d57bb7f0 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: "3.10" - name: Install dependencies run: pip install black pylint==2.7.4 diff --git a/README.rst b/README.rst index eab139fab..3b0b681b8 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ Features Installation ============ -This plugin requires Python version 3.9 and above, as well as PennyLane and Qiskit. +This plugin requires Python version 3.10 and above, as well as PennyLane and Qiskit. Installation of this plugin, as well as all dependencies, can be done using ``pip``: .. code-block:: bash diff --git a/setup.py b/setup.py index 2b630dab4..a71245aea 100644 --- a/setup.py +++ b/setup.py @@ -80,9 +80,9 @@ "Operating System :: Microsoft :: Windows", "Programming Language :: Python", 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3 :: Only', "Topic :: Scientific/Engineering :: Physics" ]