Skip to content

Commit

Permalink
Remove support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Oct 16, 2024
1 parent 29069ba commit ec65bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ QUAlibrate is an open-source calibration platform designed specifically for quan
## Installation

**Requirements**
QUAlibrate requires Python 3.9. It is also recommended to use a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/).
QUAlibrate requires 3.9 ≤ Python 3.11. It is also recommended to use a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/).

1. **Install QUAlibrate**
Run the following command in a terminal:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide will provide a detailed walkthrough for installing QUAlibrate, a user

/// tab | For Windows
- Windows 10 (build 1809 and later), or Windows 11
- Python 3.9, we recommend Python 3.10 or higher
- 3.9 ≤ Python 3.11, we recommend Python 3.10 or 3.11

/// details | Using a virtual environment in Windows
type: tip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{ include = "qualibrate_composite" }]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.9,<3.12"
pydantic = "^2.7.4"
pydantic-settings = "^2.3.4"
click = "^8.1.7"
Expand Down

0 comments on commit ec65bde

Please sign in to comment.