Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-05-05 11:22:10 +0200
committerEgor Tensin <egor@tensin.name>2025-05-05 11:22:10 +0200
commit428cc879b81396db26a2cb05b317316d894e6572 (patch)
tree5f59f14eaffa21d7bf3266d45611a2629bba40f9
parentrequirements.txt: bump dependencies (diff)
downloadcgitize-428cc879b81396db26a2cb05b317316d894e6572.tar.gz
cgitize-428cc879b81396db26a2cb05b317316d894e6572.zip
workflows/ci: update Python versionsHEADmaster
-rw-r--r--.github/workflows/ci.yml2
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