Skip to content

Releases: kura/blackhole

2.1.18

05 Oct 09:42
Compare
Choose a tag to compare
  • Blackhole now officially supports Pyston 2.2 and above.

2.1.17

05 Oct 09:42
Compare
Choose a tag to compare
  • Release to update PyPI pages to remove references to Travis CI.

2.1.16

05 Oct 09:43
Compare
Choose a tag to compare
  • Blackhole now officially supports Python 3.9.
  • Blackhole no longer supports Python 3.6.

2.1.15

05 Oct 09:43
Compare
Choose a tag to compare
  • Blackhole now officially supports Python 3.8 and PyPy3. There are issues
    using blackhole with uvloop on PyPy3 so that usecase is not supported.

2.1.13

05 Oct 09:43
Compare
Choose a tag to compare
  • Blackhole now officially supports Python 3.7.

2.1.11

05 Oct 09:43
Compare
Choose a tag to compare
  • Version bump release.

2.1.10

05 Oct 09:43
Compare
Choose a tag to compare
  • This is a small release that brings improvements to the test system and has
    no changes that will impact users. It only has changes that affect Travis CI
    and updates for make targets and tox.

2.1.9

05 Oct 09:43
Compare
Choose a tag to compare

2.1.8

05 Oct 09:44
Compare
Choose a tag to compare
  • Mostly a bugfix release.
  • Added new command blackhole_config to display config options on command
    line.

2.1.7

05 Oct 09:44
Compare
Choose a tag to compare
  • Introduced the ability to use uvloop in place of the default
    asyncio.event_loop.