Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a747d6d

Browse files
committedSep 7, 2024·
update python version and pytest requirement
1 parent 56d25d8 commit a747d6d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
INSTALL_TYPE: ['conda']
26-
PYTHON_VERSION: ['3.7', '3.8', '3.9']
26+
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
2727
timeout-minutes: 120
2828
steps:
2929
- name: checkout branch

‎.github/workflows/test-mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
INSTALL_TYPE: ['conda']
26-
PYTHON_VERSION: ['3.7', '3.8', '3.9']
26+
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
2727
timeout-minutes: 120
2828
steps:
2929
- name: checkout branch

‎.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
INSTALL_TYPE: ['conda']
26-
PYTHON_VERSION: ['3.7', '3.8', '3.9']
26+
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
2727
timeout-minutes: 120
2828
steps:
2929
- name: checkout branch

‎requirements/conda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spyder>=5.2.0
1+
spyder>=6.0.0
22
pexpect
33
tornado
44
coloredlogs

‎requirements/conda_win.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spyder>=5.2.0
1+
spyder>=6.0.0
22
pywinpty==2.0.5
33
tornado
44
coloredlogs

‎requirements/tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest<6.0
1+
pytest
22
pytest-cov
33
flaky
4-
pytest-qt=3.3.0
4+
pytest-qt
55
pytest-timeout

0 commit comments

Comments
 (0)
Please sign in to comment.