diff options
author | Egor Tensin <egor@tensin.name> | 2025-07-23 00:29:55 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-07-23 01:25:49 +0200 |
commit | d512352fdabcbde198893b00797a7b6e798d46eb (patch) | |
tree | fd60b64f59373896d3a37fb1aa6ea84e2787668a /.github/workflows/ci.yml | |
parent | main: log the update error (diff) | |
download | cgitize-d512352fdabcbde198893b00797a7b6e798d46eb.tar.gz cgitize-d512352fdabcbde198893b00797a7b6e798d46eb.zip |
major bumps for major dependencies
Diffstat (limited to '.github/workflows/ci.yml')
-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 036b014..3b8a4a7 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.8', '3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] name: 'Test / ${{ matrix.python-version }}' env: CGITIZE_GITHUB_USERNAME: cgitize-test |