Commit f93f527ee74e58749ef8f872a236aa60b45839dd

Authored by Christian Herdtweck
1 parent e9d25430

Remove py2 from CI tests

This was removed by github in June 2023
.github/workflows/unittests.yml
... ... @@ -12,7 +12,7 @@ jobs:
12 12 strategy:
13 13 matrix:
14 14 os: ["ubuntu-latest", "windows-latest", "macos-latest"]
15   - python-version: ["2.x", "3.x", "pypy-3.9"]
  15 + python-version: ["3.x", "pypy-3.9"]
16 16 include:
17 17 - python-version: 3.x
18 18 runlint: 1
... ...