diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55a58a3ae..d4fab9b63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11] + os: [ubuntu-20.04, macos-11, windows-latest] python-version: [3.10.0] # include: # - os: windows-latest @@ -47,7 +47,7 @@ jobs: - name: Install Windows dependencies if: startsWith(matrix.os, 'windows') run: | - pip3 install tests/pycurl-7.43.0.5-cp39-cp39-win_amd64.whl + pip3 install tests/pycurl-7.44.1-cp310-cp310-win_amd64.whl shell: cmd - name: Install macOS dependencies if: startsWith(matrix.os, 'macos') diff --git a/requirements.txt b/requirements.txt index c9484103c..39ea580b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ future~=0.18.2 asn1~=2.4.2 filelock~=3.4.2 Unidecode~=1.3.2 -pycurl~=7.44.1; sys_platform != 'win32' +pycurl~=7.44.1 qt-range-slider~=0.2.7 watchdog~=2.1.6 certifi>=2021.5.30 diff --git a/tests/pycurl-7.43.0.5-cp39-cp39-win_amd64.whl b/tests/pycurl-7.43.0.5-cp39-cp39-win_amd64.whl deleted file mode 100644 index 1940b878c..000000000 Binary files a/tests/pycurl-7.43.0.5-cp39-cp39-win_amd64.whl and /dev/null differ diff --git a/tests/pycurl-7.44.1-cp310-cp310-win_amd64.whl b/tests/pycurl-7.44.1-cp310-cp310-win_amd64.whl new file mode 100644 index 000000000..c1eabca3d Binary files /dev/null and b/tests/pycurl-7.44.1-cp310-cp310-win_amd64.whl differ