From 18899a9ab9571f1c0e80a4ade87f9abbfff81364 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Wed, 11 Jun 2025 12:00:09 -0500 Subject: [PATCH] release with python 3.13 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 349296f..ccba0c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,12 +6,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - name: Initialize Python 3.7 - uses: actions/setup-python@v1 + - name: Initialize Python 3.13 + uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: '3.13' - name: Build package run: |