File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ page_id: install
5
5
6
6
## Prerequisites
7
7
8
- This project requires Python 3.8 - 3.12 .
8
+ This project requires Python 3.10+ .
9
9
10
10
There are a few things to sort out on your machine before you can install the client. Please see the appropriate
11
11
section depending on your environment.
Original file line number Diff line number Diff line change 11
11
12
12
from pathlib import Path
13
13
14
- if sys .version_info < (3 , 8 ):
15
- raise "must use python 3.8 or greater"
14
+ if sys .version_info < (3 , 10 ):
15
+ raise "must use python 3.10 or greater"
16
16
17
17
18
18
def relative (lst , base = '' ):
@@ -93,7 +93,7 @@ def relative(lst, base=''):
93
93
install_requires = ['cflib>=0.1.26' ,
94
94
'setuptools' ,
95
95
'appdirs~=1.4.0' ,
96
- 'pyzmq~=25 .0' ,
96
+ 'pyzmq~=26 .0' ,
97
97
'pyqtgraph~=0.13' ,
98
98
'PyYAML~=6.0.1' ,
99
99
'numpy~=1.20' ,
You can’t perform that action at this time.
0 commit comments