File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : " Set up Python"
15
15
uses : " actions/setup-python@v4"
16
16
with :
17
- python-version : " 3.9 "
17
+ python-version : " 3.10 "
18
18
19
19
- name : " Install build tool"
20
20
run : " pip install --user build"
Original file line number Diff line number Diff line change 13
13
python-version :
14
14
- " 3.11"
15
15
- " 3.10"
16
- - " 3.9"
17
16
pyqt-dependency :
18
17
- " PyQt6"
19
18
- " PySide6"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Contact:
14
14
Nathaniel J. Smith <
[email protected] > and Stéfan van der Walt <
[email protected] >
15
15
16
16
Dependencies:
17
- * Python 3.9 +
17
+ * Python 3.10 +
18
18
* `colorspacious <https://pypi.python.org/pypi/colorspacious >`_ 1.1+
19
19
* Matplotlib 3.5+
20
20
* NumPy 1.22+
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ classifiers = [
15
15
" Programming Language :: Python :: 3" ,
16
16
]
17
17
18
- requires-python = " ~ =3.9 "
18
+ requires-python = " > =3.10 "
19
19
dependencies = [
20
20
" numpy ~=1.22" ,
21
21
" matplotlib ~=3.5" ,
@@ -51,7 +51,7 @@ package-data = {viscm = ["examples/*"]}
51
51
52
52
53
53
[tool .mypy ]
54
- python_version = " 3.9 "
54
+ python_version = " 3.10 "
55
55
56
56
# These libraries don't have type stubs. Mypy will see them as `Any` and not
57
57
# throw an [import] error.
You can’t perform that action at this time.
0 commit comments