diff options
| author | Chris McDonough <chrism@plope.com> | 2023-08-21 19:41:50 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2023-08-21 19:41:50 -0400 |
| commit | 0919da5326ef65fb6569bc045ee0c0f033185f1c (patch) | |
| tree | 9c7801e7d2c362e69bb2f109a3ac95b203333eb7 /.github | |
| parent | c4530ac2671de1f04d95e7f9bda7dc369031ef81 (diff) | |
| download | pyramid-0919da5326ef65fb6569bc045ee0c0f033185f1c.tar.gz pyramid-0919da5326ef65fb6569bc045ee0c0f033185f1c.tar.bz2 pyramid-0919da5326ef65fb6569bc045ee0c0f033185f1c.zip | |
Update for tox changes.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
