From 7cb6936e93b3a67332ff72422273b02e8dc37691 Mon Sep 17 00:00:00 2001 From: Christofer Bertonha Date: Mon, 24 Jan 2022 13:47:23 +0100 Subject: [PATCH] feat: Add python3.10 support (ugly workaround) --- .github/workflows/test.yml | 2 +- push_notifications/__init__.py | 11 +++++++++++ setup.cfg | 1 + tox.ini | 6 ++++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d30815a..3665fc63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 diff --git a/push_notifications/__init__.py b/push_notifications/__init__.py index 24a7be7e..5c338679 100644 --- a/push_notifications/__init__.py +++ b/push_notifications/__init__.py @@ -5,4 +5,15 @@ #