Commit f93f527ee74e58749ef8f872a236aa60b45839dd
1 parent
e9d25430
Remove py2 from CI tests
This was removed by github in June 2023
Showing
1 changed file
with
1 additions
and
1 deletions
.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 |