Skip to content

Commit 3cf2d8c

Browse files
committed
Bump required Python to 3.7
setuptools >=59.7 requires it anyway.
1 parent 6d017ee commit 3cf2d8c

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,19 @@ jobs:
77
strategy:
88
matrix:
99
environment:
10-
- py36-pyqt61-ubuntu2004
11-
- py37-pyqt62-ubuntu2204
10+
- py37-pyqt61-ubuntu2004
1211
- py38-pyqt63-ubuntu
1312
- py39-windows
1413
- py310-pyqt64-ubuntu
1514
- py311-pyqt65-ubuntu
1615
- py312-pyqt67-ubuntu2404
1716
- py313-ubuntu
1817
include:
19-
- environment: py36-pyqt61-ubuntu2004
20-
python: 3.6
18+
- environment: py37-pyqt61-ubuntu2004
19+
python: 3.7
2120
pyqt: PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0 PyQt6-sip~=13.2.1
2221
pygments: Pygments~=2.11.0
2322
platform: ubuntu-20.04
24-
- environment: py37-pyqt62-ubuntu2204
25-
python: 3.7
26-
pyqt: PyQt6~=6.2.0 PyQt6-Qt6~=6.2.0 PyQt6-sip~=13.6.0
27-
pygments: Pygments
28-
platform: ubuntu-22.04
2923
- environment: py38-pyqt63-ubuntu
3024
python: 3.8
3125
pyqt: PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0 PyQt6-sip~=13.8.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ languages. One can also add support for [custom markups] using Python modules.
88

99
![ReText on Plasma 5 desktop][Screenshot]
1010

11-
To install ReText, make sure that you have [Python] (3.6 or later) installed,
11+
To install ReText, make sure that you have [Python] (3.7 or later) installed,
1212
and run `pip3 install ReText`. By default it installs system wide, pass
1313
`--user` for installing into the user’s home directory. You can also manually
1414
download the tarball from [PyPI].

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Topic :: Text Editors",
1818
"Topic :: Text Processing :: Markup",
1919
]
20-
requires-python = ">=3.6"
20+
requires-python = ">=3.7"
2121
dependencies = [
2222
"docutils",
2323
"Markdown>=3.0",

0 commit comments

Comments
 (0)