diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-24 16:14:37 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-24 16:14:37 +0100 |
commit | 0c8fe27ee3cfe165759f09d0e0fca970ad8b87e3 (patch) | |
tree | 72cc6892057b82cd027af560881ad593d4336060 | |
parent | docker: bump base images (diff) | |
download | cgitize-0c8fe27ee3cfe165759f09d0e0fca970ad8b87e3.tar.gz cgitize-0c8fe27ee3cfe165759f09d0e0fca970ad8b87e3.zip |
workflows/ci: update Python versionsv5.0.2
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d78f815..1618a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] name: 'Test / ${{ matrix.python-version }}' env: CGITIZE_GITHUB_USERNAME: cgitize-test |