-
Notifications
You must be signed in to change notification settings - Fork 9
Remove support for py38 and py39 #50
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
base: main
Are you sure you want to change the base?
Changes from all commits
46b95db
823b1b6
9b70122
f7f0e23
015774d
cedfcdc
2ab946c
547449e
0c4177c
67f0b1a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -38,19 +38,17 @@ jobs: | |||||
# Standard tests | ||||||
# Linux builds - test on all supported PyQt5/6 and PySide2/6 versions, | ||||||
# and include all dependencies in some builds | ||||||
- linux: py38-test-pyqt514-all | ||||||
- linux: py39-test-pyqt515 | ||||||
- linux: py310-test-pyqt63-all | ||||||
- linux: py311-test-pyqt64 | ||||||
- linux: py312-test-pyqt65 | ||||||
- linux: py312-test-pyqt68 | ||||||
- linux: py313-test-pyqt67 | ||||||
- linux: py311-test-pyqt66-all | ||||||
- linux: py311-test-pyqt514 | ||||||
- linux: py311-test-pyqt515-lts-all | ||||||
- linux: py314-test-pyqt68-dev | ||||||
|
||||||
# Documentation build | ||||||
- linux: py38-docs-pyqt514 | ||||||
- linux: py313-docs-pyqt514 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will probably run with py311 at most, but I'm not sure why we absolutely need docs built with PyQt5, and if they couldn't be 5.15 at least. Check with @astrofrog |
||||||
coverage: false | ||||||
- macos: py311-docs-pyqt64 | ||||||
coverage: false | ||||||
|
@@ -59,17 +57,16 @@ jobs: | |||||
- enchant | ||||||
|
||||||
# Test a few configurations on macOS 13 (Intel, default for py<310) and 14 (Arm) | ||||||
- macos: py38-test-pyqt514-all | ||||||
- macos: py310-test-pyqt514-all | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
5.14 should still be available with macos-13 (there are wheels for x86_64), but since those runners are going to be retired anytime from 2-12 weeks from now, no point in switching. |
||||||
- macos: py311-test-pyqt65 | ||||||
- macos: py312-test-pyqt66 | ||||||
runs-on: macos-13 | ||||||
- macos: py313-test-pyqt68 | ||||||
|
||||||
# Test some configurations on Windows | ||||||
- windows: py38-test-pyqt514 | ||||||
- windows: py310-test-pyqt63 | ||||||
- windows: py311-test-pyqt65 | ||||||
- windows: py312-test-pyqt67 | ||||||
- windows: py313-test-pyqt67 | ||||||
|
||||||
# Test against latest developer versions of some packages | ||||||
- linux: py311-test-pyqt64-dev | ||||||
|
@@ -96,8 +93,6 @@ jobs: | |||||
envs: | | ||||||
|
||||||
# Non-deterministic QThread exceptions | ||||||
- linux: py38-test-pyside514-skipexitcode | ||||||
- linux: py39-test-pyside515-skipexitcode | ||||||
- linux: py310-test-pyside63-skipexitcode | ||||||
|
||||||
# PySide6 6.4 failures due to https://github.com/spyder-ide/qtpy/issues/373 | ||||||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to
# Test against latest developer versions...
below