python-adblock

Updated Brave adblock library for Python
Log | Files | Refs | README

commit a0b715e146ab3cd5aad428955be45eed1671545f
parent b2805edbffb8f8c09558338244e93bde74e3ec77
Author: Árni Dagur <arni@dagur.eu>
Date:   Tue, 22 Sep 2020 05:22:28 +0000

Build Python 3.9 wheels

Diffstat:
M.github/workflows/ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] os: [ubuntu-latest, macos-latest, windows-latest] exclude: # There is a known issue where Python C extensions @@ -86,7 +86,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] os: [ubuntu-latest, macos-latest, windows-latest] exclude: # There is a known issue where Python C extensions