diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026a8a3..c9d1fc0 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 2a23dc8..1d11082 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