diff --git a/.github/workflows/flake_workflow.yml b/.github/workflows/flake_workflow.yml index 2d81b24..d1f7c23 100644 --- a/.github/workflows/flake_workflow.yml +++ b/.github/workflows/flake_workflow.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: [3.8, 3.9, '3.10'] + python-version: ['3.10'] steps: - uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index d8f9aa7..0ddcdd3 100644 Binary files a/requirements.txt and b/requirements.txt differ