Skip to content

Commit

Permalink
Merge from 2.x: PR #438
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 17, 2023
2 parents b7089c9 + 7a85b58 commit 3a4d20d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.8', '3.9', '3.10']
timeout-minutes: 20
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.8', '3.9', '3.10']
timeout-minutes: 25
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.7', '3.8', '3.9']
PYTHON_VERSION: ['3.8', '3.9', '3.10']
timeout-minutes: 25
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion requirements/posix.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloudpickle
ipykernel>=6.16.1,<7
ipython>=7.31.1,<9
jupyter_client>=7.3.4,<8
jupyter_client>=7.4.9,<8
pyzmq>=22.1.0
wurlitzer>=1.0.3
pyxdg>=0.26
2 changes: 1 addition & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudpickle
ipykernel>=6.16.1,<7
ipython>=7.31.1,<9
jupyter_client>=7.3.4,<8
jupyter_client>=7.4.9,<8
pyzmq>=22.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_version(module='spyder_kernels'):
'cloudpickle',
'ipykernel>=6.16.1,<7',
'ipython>=7.31.1,<9',
'jupyter-client>=7.3.4,<8',
'jupyter-client>=7.4.9,<8',
'packaging',
'pyzmq>=22.1.0',
'wurlitzer>=1.0.3;platform_system!="Windows"',
Expand Down

0 comments on commit 3a4d20d

Please sign in to comment.