diff options
author | Egor Tensin <egor@tensin.name> | 2025-05-05 11:22:10 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-05-05 11:22:10 +0200 |
commit | 428cc879b81396db26a2cb05b317316d894e6572 (patch) | |
tree | 5f59f14eaffa21d7bf3266d45611a2629bba40f9 | |
parent | requirements.txt: bump dependencies (diff) | |
download | cgitize-428cc879b81396db26a2cb05b317316d894e6572.tar.gz cgitize-428cc879b81396db26a2cb05b317316d894e6572.zip |
-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 db4f73b..036b014 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', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] name: 'Test / ${{ matrix.python-version }}' env: CGITIZE_GITHUB_USERNAME: cgitize-test |