Skip to content

Commit

Permalink
Drop conda tests on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 22, 2025
1 parent 511b33a commit 2917b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
exclude:
- INSTALL_TYPE: 'conda'
QT_LIB: 'pyqt6'
- INSTALL_TYPE: 'conda'
PYTHON_VERSION: '3.8'
timeout-minutes: 15
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.8', '3.9', '3.10', '3.11']
PYTHON_VERSION: ['3.9', '3.10', '3.11']
timeout-minutes: 15
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.8', '3.9', '3.10', '3.11']
PYTHON_VERSION: ['3.9', '3.10', '3.11']
timeout-minutes: 15
steps:
- name: Checkout branch
Expand Down

0 comments on commit 2917b23

Please sign in to comment.