We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a87db8 commit f8082b3Copy full SHA for f8082b3
.github/workflows/ci_workflows.yml
@@ -47,10 +47,11 @@ jobs:
47
python: 3.9
48
toxenv: py39-test-devdeps
49
50
- - name: Python 3.6 with Ginga backend (old)
51
- os: ubuntu-latest
52
- python: 3.6
53
- toxenv: py36-test-oldestdeps
+ # NOTE: Uncomment when we really support oldest deps
+ #- name: Python 3.6 with Ginga backend (old)
+ # os: ubuntu-latest
+ # python: 3.6
54
+ # toxenv: py36-test-oldestdeps
55
56
steps:
57
- name: Checkout code
0 commit comments