diff .github/workflows/ci-test.yml @ 7510:8ae4b6498345

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.
author John Rouillard <rouilj@ieee.org>
date Sun, 25 Jun 2023 17:05:00 -0400
parents 46248c3ca7af
children 550499bb6ced
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Sun Jun 25 17:03:38 2023 -0400
+++ b/.github/workflows/ci-test.yml	Sun Jun 25 17:05:00 2023 -0400
@@ -48,7 +48,7 @@
       matrix:
         # Run in all these versions of Python
         python-version:
-          - "2.7"
+          # - "2.7"
           - "3.10"
           # - "3.9"
           - "3.8"

Roundup Issue Tracker: http://roundup-tracker.org/