Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python testing versions in CI #161

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ["3.7", "3.8", "3.9", "3.10"]
pip-selectors: ["pyqt5"]

fail-fast: false
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
python -m pip install wheel setuptools
python -m pip install -r requirements-dev.txt
python -m pip list

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ qtpy
sphinx
# These are dependencies of various sphinx extensions for documentation.
ipython
matplotlib
matplotlib>=3.3.0
numpydoc
sphinx-copybutton
sphinx_rtd_theme