Scrapy is being ported to Python 3 using the single-codebase approach. The goal is to make Scrapy work in both Python 2.7 and 3.3+ using the six library to smooth differences between Python 2.x and 3.x. Tests for Python 2.7 and 3.3 are executed on Travis