Update ci.yaml python3.13

This commit is contained in:
Ayush Saini 2025-05-26 01:13:13 +05:30 committed by GitHub
parent 38797c6bc5
commit 1fd456d75f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.12' python-version: '3.13'
- name: Set execute permissions for wrapper - name: Set execute permissions for wrapper
run: chmod +x ./bombsquad_server run: chmod +x ./bombsquad_server