Skip to content

Commit c976c2d

Browse files
committed
Disable python 2.7 tests on github.
The python environment test authors have dropped support for it. Travis will have to be used to test 2.7 support.
1 parent 333e02c commit c976c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
# Run in all these versions of Python
5050
python-version:
51-
- "2.7"
51+
# - "2.7"
5252
- "3.10"
5353
# - "3.9"
5454
- "3.8"

0 commit comments

Comments
 (0)