scrapy / protego

A pure-Python robots.txt parser with support for modern conventions.
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

Drop support for Python 2.7, Switch CircleCI → GitHub Actions #25

Closed Laerte closed 2 years ago

Laerte commented 2 years ago

This PR attend the comment of @Gallaecio: https://github.com/scrapy/protego/pull/18#issuecomment-935714948

Notes: PYPI_API_TOKEN secret needs to be defined.

Laerte commented 2 years ago

Done ☕

Gallaecio commented 2 years ago

PYPI_TOKEN added to the repository secrets now.

Laerte commented 2 years ago

@Gallaecio Should we bump version in setup.py as well?