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 6ac1313 commit 7f212d0
Show file tree
Hide file tree
Showing 6 changed files with 4,360 additions and 3,816 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ per-file-ignores =
proton_driver/bufferedwriter.pyx: E225, E226, E227, E999
proton_driver/varint.pyx: E225, E226, E227, E999
# ignore example print warning.
example/*: T201,T001
example/*: T201, T001, E999
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 7f212d0

Please sign in to comment.