File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
environment :
10
- - py36-pyqt61-ubuntu2004
11
- - py37-pyqt62-ubuntu2204
10
+ - py37-pyqt61-ubuntu2004
12
11
- py38-pyqt63-ubuntu
13
12
- py39-windows
14
13
- py310-pyqt64-ubuntu
15
14
- py311-pyqt65-ubuntu
16
15
- py312-pyqt67-ubuntu2404
17
16
- py313-ubuntu
18
17
include :
19
- - environment : py36 -pyqt61-ubuntu2004
20
- python : 3.6
18
+ - environment : py37 -pyqt61-ubuntu2004
19
+ python : 3.7
21
20
pyqt : PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0 PyQt6-sip~=13.2.1
22
21
pygments : Pygments~=2.11.0
23
22
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
29
23
- environment : py38-pyqt63-ubuntu
30
24
python : 3.8
31
25
pyqt : PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0 PyQt6-sip~=13.8.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ languages. One can also add support for [custom markups] using Python modules.
8
8
9
9
![ ReText on Plasma 5 desktop] [ Screenshot ]
10
10
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,
12
12
and run ` pip3 install ReText ` . By default it installs system wide, pass
13
13
` --user ` for installing into the user’s home directory. You can also manually
14
14
download the tarball from [ PyPI] .
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifiers = [
17
17
" Topic :: Text Editors" ,
18
18
" Topic :: Text Processing :: Markup" ,
19
19
]
20
- requires-python = " >=3.6 "
20
+ requires-python = " >=3.7 "
21
21
dependencies = [
22
22
" docutils" ,
23
23
" Markdown>=3.0" ,
You can’t perform that action at this time.
0 commit comments