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,7 +12,7 @@ jobs:
12 strategy: 12 strategy:
13 matrix: 13 matrix:
14 os: ["ubuntu-latest", "windows-latest", "macos-latest"] 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 include: 16 include:
17 - python-version: 3.x 17 - python-version: 3.x
18 runlint: 1 18 runlint: 1