File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[tool .black ]
7
7
line-length = 88
8
- target-version = [' py39 ' ]
8
+ target-version = [' py310 ' ]
9
9
include = ' \.pyi?$'
10
10
exclude = '''
11
11
@@ -30,7 +30,7 @@ exclude = '''
30
30
profile = " black"
31
31
honor_noqa = true
32
32
color_output = true
33
- py_version = 39
33
+ py_version = 310
34
34
src_paths = [" pyqtgraph" , " tests" ]
35
35
skip_glob = [" **/*Template*.py" , " **/colorama" ]
36
36
skip_gitignore = true
Original file line number Diff line number Diff line change 3
3
www.pyqtgraph.org
4
4
"""
5
5
6
- __version__ = '0.13.7 '
6
+ __version__ = '0.13.8dev0 '
7
7
8
8
### import all the goodies and add some helper functions for easy CLI use
9
9
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def run(self):
123
123
'style' : helpers .StyleCommand
124
124
},
125
125
packages = find_namespace_packages (include = ['pyqtgraph' , 'pyqtgraph.*' ]),
126
- python_requires = ">=3.9 " ,
126
+ python_requires = ">=3.10 " ,
127
127
package_dir = {"pyqtgraph" : "pyqtgraph" },
128
128
package_data = {
129
129
'pyqtgraph.examples' : ['optics/*.gz' , 'relativity/presets/*.cfg' ],
@@ -135,7 +135,7 @@ def run(self):
135
135
],
136
136
},
137
137
install_requires = [
138
- 'numpy>=1.22 .0' ,
138
+ 'numpy>=1.23 .0' ,
139
139
],
140
140
** setupOpts
141
141
)
You can’t perform that action at this time.
0 commit comments