diff options
| author | Alex <git@ajschof.me> | 2025-02-17 16:58:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 16:58:53 +0000 |
| commit | 0a25828ce274dbb8f50766cd2ffd9ec1e894f1dc (patch) | |
| tree | bffa6c5d95c650d001913d25925bb0fe9838b6a7 /.github | |
| parent | 33ed56b24e8855d4233537b399d139c1fed74b3e (diff) | |
| download | gdpr-obfuscator-0a25828ce274dbb8f50766cd2ffd9ec1e894f1dc.tar.gz gdpr-obfuscator-0a25828ce274dbb8f50766cd2ffd9ec1e894f1dc.zip | |
Update main.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1a5e19..ab7a260 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' # Adjust to your desired Python version + python-version: '3.13' - name: Install dependencies run: | |
