carsonyl / pypac

Find and use proxy auto-config (PAC) files with Python and Requests.
https://pypac.readthedocs.io
Apache License 2.0
71 stars 18 forks source link

Add Python 3.8, 3.9 and 3.10 supports #55

Closed BoboTiG closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.4%) to 88.075% when pulling 100892ef4bfc5fe7db95fd59eea3517f9641baa3 on BoboTiG:impr-ci into dc610a033b8c3754ca43e3fc2e3468815401d51b on carsonyl:master.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-1.07%) to 87.421% when pulling a01b9ec04aa66623f29f5d90ebc91d601a333caa on BoboTiG:impr-ci into dc610a033b8c3754ca43e3fc2e3468815401d51b on carsonyl:master.

carsonyl commented 3 years ago

Thanks. It looks like there's some a glitch that might be on the Appveyor side, which I couldn't fix. Seems like all the 3.x test runs use Python 3.9 under the Appveyor VS 2019 image, and use Python 3.8 instead of 3.9 when using the VS 2015 image. Oh well.