From 0a25828ce274dbb8f50766cd2ffd9ec1e894f1dc Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 17 Feb 2025 16:58:53 +0000 Subject: Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: | -- cgit v1.2.3