Merge branch 'master' of https://github.com/gdabah/distorm
diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 15836fc..2c3d37b 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml
@@ -9,11 +9,7 @@ max-parallel: 4 matrix: os: [ubuntu-18.04, windows-latest, macos-latest] - python-version: [2.7, 3.5] - exclude: - # This combination requires MSVC 9, which is difficult here - - os: windows-latest - python-version: 2.7 + python-version: [3.x] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }}