From e452e96717d7c12b5dd62711e39d6b387371092e Mon Sep 17 00:00:00 2001 From: Noettore Date: Wed, 1 Dec 2021 11:46:42 +0100 Subject: [PATCH] Updated pytest.ini and python.yml for 2021 --- .github/workflows/python.yml | 2 +- pytest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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