diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index bdb6f86..b3aa831 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', 'pypy3'] + python-version: ['3.7', '3.8', 'pypy3'] steps: - uses: actions/checkout@v2 diff --git a/pytest.ini b/pytest.ini index 72ac0f3..266b239 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ # pytest.ini [pytest] python_files = day_*.py -testpaths = 2020/solutions +testpaths = 2021/solutions