Skip to content

Commit

Permalink
Enable python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yibo-Chen13 committed Oct 22, 2024
1 parent 5d1eef0 commit a1201eb
Show file tree
Hide file tree
Showing 6 changed files with 4,362 additions and 3,815 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ per-file-ignores =
proton_driver/bufferedreader.pyx: E225, E226, E227, E999
proton_driver/bufferedwriter.pyx: E225, E226, E227, E999
proton_driver/varint.pyx: E225, E226, E227, E999
# ignore example print warning.
example/*: T201, T001
exclude = venv,.conda,build
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
env:
if: ${{ matrix.python-version == 3.5 }}
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
# - name: Login to Docker Hub
# uses: docker/login-action@v1
# with:
Expand Down
Loading

0 comments on commit a1201eb

Please sign in to comment.