Skip to content

Commit

Permalink
update python version and pytest requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Sep 7, 2024
1 parent 56d25d8 commit a747d6d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
INSTALL_TYPE: ['conda']
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
timeout-minutes: 120
steps:
- name: checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
INSTALL_TYPE: ['conda']
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
timeout-minutes: 120
steps:
- name: checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
INSTALL_TYPE: ['conda']
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12']
timeout-minutes: 120
steps:
- name: checkout branch
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spyder>=5.2.0
spyder>=6.0.0
pexpect
tornado
coloredlogs
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda_win.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spyder>=5.2.0
spyder>=6.0.0
pywinpty==2.0.5
tornado
coloredlogs
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest<6.0
pytest
pytest-cov
flaky
pytest-qt=3.3.0
pytest-qt
pytest-timeout

0 comments on commit a747d6d

Please sign in to comment.