From 0919da5326ef65fb6569bc045ee0c0f033185f1c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Aug 2023 19:41:50 -0400 Subject: Update for tox changes. --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 45cacd648..993df6109 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -64,7 +64,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.11 architecture: x64 - run: pip install tox - run: tox -e py311-cover,coverage -- cgit v1.2.3