This commit is contained in:
Ayush Saini 2025-05-26 01:41:00 +05:30
commit 4de315cbc0
2 changed files with 2 additions and 2 deletions

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

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.12 #!/usr/bin/env python3.13
# Released under the MIT License. See LICENSE for details. # Released under the MIT License. See LICENSE for details.
# #
# pylint: disable=too-many-lines # pylint: disable=too-many-lines