From 1535967ae4a7e34b75473574d1e7d5d359e34af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Wed, 21 Dec 2022 15:19:08 +0200 Subject: [PATCH] Update pytest and run CI with Python 3.10 --- .github/workflows/test.yml | 7 ++++++- requirements_frozen.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbfc01c6..e59f10c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,12 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: + - '3.6' + - '3.7' + - '3.8' + - '3.9' + - '3.10' steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/requirements_frozen.txt b/requirements_frozen.txt index e012657b..74356470 100644 --- a/requirements_frozen.txt +++ b/requirements_frozen.txt @@ -32,7 +32,7 @@ pytest-cov==2.11.1 pytest-flake8==1.0.7 pytest-pylint==0.18.0 pytest-runner==5.3.0 -pytest==6.2.2 +pytest==7.0.1 python-dateutil==2.8.1 pytz==2021.1 pytzdata==2020.1