Skip to content

Commit

Permalink
Raised Python supported floor to 3.9 because PySide6
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown committed Nov 25, 2024
1 parent 233fcc3 commit e8c4f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Conda is best installed via [miniconda](https://docs.conda.io/en/latest/minicond
```

## Dependencies
- Python 3.9
- [Python 3.9](https://www.python.org/downloads/release/python-390/)
- [Qt.py](https://github.com/mottosso/Qt.py)
- [PySide6](https://doc.qt.io/qtforpython-6/gettingstarted.html)
- `pip install -e <path to nxt core clone>`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Only clone this repo if you're [contributing](CONTRIBUTING.md) to the NXT codeba
<br>

#### Requirements
- Python >= [2.7.*](https://www.python.org/download/releases/2.7) <= [3.7.*](https://www.python.org/download/releases/3.7)
- We strongly recommend using a Python [virtual environment](https://docs.python.org/3.7/tutorial/venv.html)
- Python >= [3.9.*](https://www.python.org/downloads/release/python-390/)
- We strongly recommend using a Python [virtual environment](https://docs.python.org/3/library/venv.html)

*[Requirements for contributors](CONTRIBUTING.md#python-environment)*

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description_content_type="text/markdown",
url="https://github.com/nxt-dev/nxt_editor",
packages=setuptools.find_packages(),
python_requires='>=3.7, <3.12',
python_requires='>=3.9, <3.12',
install_requires=['nxt-core<1.0,>=0.14',
'qt.py<3',
'PySide6>=6,<6.8'
Expand Down

0 comments on commit e8c4f32

Please sign in to comment.