misc: Upgrade to Python 3.13

Small changes to upgrade Python to version 3.13, and fixes based on a
`pyupgrade` run using the `--py313-plus` flag.
This commit is contained in:
Michael Manganiello
2025-07-03 22:58:54 -03:00
parent 21d4bc3fec
commit f96adeeaee
11 changed files with 19 additions and 24 deletions

View File

@@ -42,10 +42,10 @@ jobs:
run: |
pipx install poetry
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "poetry"
- name: Install dependencies