Skip to content

Commit 7f212d0

Browse files
committed
Enable python3.5
1 parent 6ac1313 commit 7f212d0

File tree

6 files changed

+4360
-3816
lines changed

6 files changed

+4360
-3816
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ per-file-ignores =
66
proton_driver/bufferedwriter.pyx: E225, E226, E227, E999
77
proton_driver/varint.pyx: E225, E226, E227, E999
88
# ignore example print warning.
9-
example/*: T201,T001
9+
example/*: T201, T001, E999
1010
exclude = venv,.conda,build

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
architecture: x64
44+
env:
45+
if: ${{ matrix.python-version == 3.5 }}
46+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
4447
# - name: Login to Docker Hub
4548
# uses: docker/login-action@v1
4649
# with:

0 commit comments

Comments
 (0)