diff options
| author | Ievgen Popovych <jmennius@gmail.com> | 2023-11-29 22:22:22 +0200 |
|---|---|---|
| committer | Ievgen Popovych <jmennius@gmail.com> | 2023-11-30 11:48:08 +0200 |
| commit | 3678b4d5f631e3496adb1f09d799b61c2614f0f9 (patch) | |
| tree | 9b17c84359664be9fa5208a161c29a631154e91d /.github | |
| parent | 3739a7790ba92c34098df3d804f27a1d8429f9fe (diff) | |
| download | pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.gz pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.bz2 pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.zip | |
Add 3.12 to CI, tox and metadata; use latest black and flake8
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4f2aaa9bc..cc1df08ae 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,6 +20,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" - "pypy-3.8" os: - "ubuntu-20.04" @@ -64,10 +65,10 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: 3.12 architecture: x64 - run: pip install tox - - run: tox -e py311-cover,coverage + - run: tox -e py312-cover,coverage docs: runs-on: ubuntu-20.04 name: Build the documentation |
