From d4b5d97d096bc7c02f252215adb4679c07d786ee Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Wed, 27 Sep 2023 11:51:48 +1000 Subject: [PATCH] Removed `fabulous` and test against Python 3.9 --- .github/workflows/ci.yml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026a8a3d..c9d1fc03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: # 3.10 - 04 Oct 2021 # 3.11 - 24 Oct 2022 - python-version: ['3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index 2a23dc86..1d110827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ certifi==2023.5.7 charset-normalizer==3.2.0 colorama==0.4.6 distro==1.8.0 -fabulous==0.4.0 idna==3.4 jsonschema==4.19.1 Jinja2==3.1.2